summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-23 11:02:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-23 11:07:11 -0400
commitc79012091659f67571076063bd39a9c0e2e80d93 (patch)
tree0589f77a489df4b1a3a762469ecdf358270792d6 /git-annex.cabal
parent01a004f8b0fe47007d4dd04673bddebfdf22a72c (diff)
version dep on yesod-default, otherwise cabal explodes
Will be re-releasing the last version to hackage with a .1 with this fix.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal9
1 files changed, 5 insertions, 4 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 284cd73c7..9a69ebb5a 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -132,10 +132,11 @@ Executable git-annex
CPP-Options: -DWITH_DBUS
if flag(Webapp)
- Build-Depends: yesod (< 1.2), yesod-static, case-insensitive,
- http-types, transformers, wai, wai-logger, warp, blaze-builder,
- crypto-api, hamlet, clientsession, aeson, yesod-form,
- template-haskell, yesod-default, data-default
+ Build-Depends:
+ yesod (< 1.2), yesod-default (< 1.2), yesod-static, yesod-form,
+ case-insensitive, http-types, transformers, wai, wai-logger, warp,
+ blaze-builder, crypto-api, hamlet, clientsession, aeson,
+ template-haskell, data-default
CPP-Options: -DWITH_WEBAPP
GHC-Options: -threaded