summaryrefslogtreecommitdiff
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:06:23 -0400
commitf50ecc1f1233fbe0d8bf7d45790a6ab491b1058a (patch)
tree18a3399e4b0ba86e0f95e44e2bdda00f1bd4b538
parent028228ab99efbe2d07d0f3b72d099ae5249a520e (diff)
version dep on yesod-default, otherwise cabal explodes
Will be re-releasing the last version to hackage with a .1 with this fix.
-rw-r--r--git-annex.cabal11
1 files changed, 6 insertions, 5 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 284cd73c7..213281b6b 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 4.20130521
+Version: 4.20130521.1
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>
@@ -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