aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-24 10:25:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-24 10:26:07 -0400
commit3241634fb267cf2d34955acf5c399628196f037f (patch)
treefe83cb9fcd88572b3b36e25f7b2eae8105a1b601
parentf50ecc1f1233fbe0d8bf7d45790a6ab491b1058a (diff)
further restrict yesod versions, for people who have newer stuff installed
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 213281b6b..b4a55eedd 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, yesod-form,
+ yesod (< 1.2), yesod-default (< 1.2), yesod-static (< 1.2), yesod-form (< 1.3),
case-insensitive, http-types, transformers, wai, wai-logger, warp,
blaze-builder, crypto-api, hamlet, clientsession, aeson,
template-haskell, data-default