further restrict yesod versions, for people who have newer stuff installed
This commit is contained in:
parent
b87fe0d611
commit
e5b3739bea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue