summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-03-23 12:42:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-03-23 12:42:22 -0400
commitb9098a3e3795f7efc3dc1e9ce2a1aa40e3690df1 (patch)
tree25e1e498dc5c215f85dded85d692df2d01398bd3
parent981e1ab43dd4dc2ae99b69e34c5f2dabd35ec1ac (diff)
update cabal file for recent changes
also wired the test suite into cabal
-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