summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-02 23:12:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-02 23:12:47 -0400
commita3c7db8747676a4a9c9f71ded1f91795dc045b3e (patch)
tree4a30699a61ac0141ecedd29f3444344aa824a0ca /git-annex.cabal
parent1488f6752376174925983ac3a9becf1f2ac0cbc7 (diff)
Temporarily add an upper bound to the version of yesod that can be built with, since yesod 1.2 has a great many changes that will require extensive work on the webapp.
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 11d327d15..829b7b2aa 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -120,7 +120,7 @@ Executable git-annex
CPP-Options: -DWITH_DBUS
if flag(Webapp)
- Build-Depends: yesod, yesod-static, case-insensitive,
+ 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