summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-annex.cabal11
1 files changed, 9 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 184f6323a..9e37a6cb3 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -33,11 +33,18 @@ Executable git-annex
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, json, HTTP,
base >= 4.5, base < 5, monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter
- Other-Modules: Utility.StatFS, Utility.Touch
+ Other-Modules: Utility.Touch
+ C-Sources: Utility/diskfree.c
Executable git-annex-shell
Main-Is: git-annex-shell.hs
- Other-Modules: Utility.StatFS
+ C-Sources: Utility/diskfree.c
+
+Test-Suite test
+ Type: exitcode-stdio-1.0
+ Main-Is: test.hs
+ Build-Depends: testpack, HUnit
+ C-Sources: Utility/diskfree.c
source-repository head
type: git