diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-25 22:04:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-25 22:04:10 -0400 |
commit | e6ce54de82c19999fb5adcd5fd1ea4001fd2059e (patch) | |
tree | fdf84eeacf285f280fc5aae9286c429ae16dcf94 /git-annex.cabal | |
parent | 32d3cffc4cf075d7c20fee8addc556f402e94cd2 (diff) |
build fixes
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 11412d19a..086df31d2 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -46,9 +46,11 @@ Executable git-annex unix, containers, utf8-string, network, mtl, bytestring, old-locale, time, pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP, base == 4.5.*, monad-control, transformers-base, lifted-base, - IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process + IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process, + case-insensitive, http-types, transformers, wai, wai-logger, warp -- 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 Extensions: CPP GHC-Options: -threaded @@ -88,6 +90,7 @@ Test-Suite test base == 4.5.*, monad-control, transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process Other-Modules: Utility.Touch + Include-Dirs: Utility C-Sources: Utility/libdiskfree.c Extensions: CPP GHC-Options: -threaded |