summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-06 18:06:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-06 18:06:22 -0400
commit2f6c025509231bc782079ffb6e219cc7524fce31 (patch)
tree68891a7f768bb871f289bb522903817a3811a0a1 /git-annex.cabal
parent1b7a51e43db4566d4eab3de23af54444c63b23d7 (diff)
avoid hsc2hs on windows (more epathtolong)
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 4db0c8c63..cee5b40d3 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -91,13 +91,8 @@ Executable git-annex
base (>= 4.5 && < 4.9), monad-control, MonadCatchIO-transformers,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
SafeSemaphore, uuid, random, dlist, unix-compat, async
- -- Need to list these because they're generated from .hsc files.
- Other-Modules: Utility.Touch Utility.Mounts
- Include-Dirs: Utility
- C-Sources: Utility/libdiskfree.c Utility/libmounts.c
CC-Options: -Wall
GHC-Options: -Wall
- CPP-Options: -DWITH_CLIBS
Extensions: PackageImports
-- Some things don't work with the non-threaded RTS.
GHC-Options: -threaded
@@ -107,6 +102,11 @@ Executable git-annex
if (! os(windows))
Build-Depends: unix
+ -- Need to list these because they're generated from .hsc files.
+ Other-Modules: Utility.Touch Utility.Mounts
+ Include-Dirs: Utility
+ C-Sources: Utility/libdiskfree.c Utility/libmounts.c
+ CPP-Options: -DWITH_CLIBS
if flag(TestSuite)
Build-Depends: tasty, tasty-hunit, tasty-quickcheck