version dep on yesod-default, otherwise cabal explodes
Will be re-releasing the last version to hackage with a .1 with this fix.
This commit is contained in:
parent
3d420f7c94
commit
372a7f727f
1 changed files with 5 additions and 4 deletions
|
@ -132,10 +132,11 @@ Executable git-annex
|
|||
CPP-Options: -DWITH_DBUS
|
||||
|
||||
if flag(Webapp)
|
||||
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
|
||||
Build-Depends:
|
||||
yesod (< 1.2), yesod-default (< 1.2), yesod-static, yesod-form,
|
||||
case-insensitive, http-types, transformers, wai, wai-logger, warp,
|
||||
blaze-builder, crypto-api, hamlet, clientsession, aeson,
|
||||
template-haskell, data-default
|
||||
CPP-Options: -DWITH_WEBAPP
|
||||
GHC-Options: -threaded
|
||||
|
||||
|
|
Loading…
Reference in a new issue