summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-26 05:13:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-26 05:13:27 -0400
commit6cecc26206c4a539999b04664136c6f785211a41 (patch)
tree146dbfa65cd54da6531367d13ad6faf5d7c041e3 /git-annex.cabal
parent9d6b59d0e21e5917d098a84b7b1654bd8d07efb3 (diff)
update build deps
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 086df31d2..c7d9bf570 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -46,8 +46,7 @@ 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,
- case-insensitive, http-types, transformers, wai, wai-logger, warp
+ IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process
-- Need to list these because they're generated from .hsc files.
Other-Modules: Utility.Touch Utility.Mounts
Include-Dirs: Utility
@@ -75,7 +74,9 @@ Executable git-annex
CPP-Options: -DWITH_DBUS
if flag(Webapp)
- Build-Depends: yesod
+ Build-Depends: yesod, yesod-static, case-insensitive, http-types,
+ transformers, wai, wai-logger, warp, blaze-builder, blaze-html,
+ crypto-api, hamlet
CPP-Options: -DWITH_WEBAPP
if (os(darwin))