summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-27 00:01:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-27 00:01:31 -0400
commit8936ea18708940e167ff383731fad5e863b16000 (patch)
tree9948d5f1a91d1854e7364d3052b11ee55220da3b /git-annex.cabal
parentc4b714b7070ce472fd56ab5d786719e72c46ac71 (diff)
webapp: Fix bug that caused the webapp to hang when built with yesod 1.2.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 78d5dbbac..a7a1c31e1 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -133,7 +133,7 @@ Executable git-annex
if flag(Webapp)
Build-Depends:
- yesod (< 1.2), yesod-default (< 1.2), yesod-static (< 1.2), yesod-form (< 1.3),
+ yesod, yesod-default, yesod-static, yesod-form, yesod-core,
case-insensitive, http-types, transformers, wai, wai-logger, warp,
blaze-builder, crypto-api, hamlet, clientsession, aeson,
template-haskell, data-default