aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
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:25:39 -0400
commitf2001055da0f76619a3ef511f2a558cbb3deeef2 (patch)
treea5996d059c64be8fbf099dfc1c2c59b8c57deb16 /git-annex.cabal
parent33c562a20e8e12e4f1653690c3d36c92d3a7f368 (diff)
further restrict yesod versions, for people who have newer stuff installed
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 9a69ebb5a..922aafb81 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