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:
Joey Hess 2013-05-23 11:02:25 -04:00
parent 3d420f7c94
commit 372a7f727f

View file

@ -132,10 +132,11 @@ Executable git-annex
CPP-Options: -DWITH_DBUS CPP-Options: -DWITH_DBUS
if flag(Webapp) if flag(Webapp)
Build-Depends: yesod (< 1.2), yesod-static, case-insensitive, Build-Depends:
http-types, transformers, wai, wai-logger, warp, blaze-builder, yesod (< 1.2), yesod-default (< 1.2), yesod-static, yesod-form,
crypto-api, hamlet, clientsession, aeson, yesod-form, case-insensitive, http-types, transformers, wai, wai-logger, warp,
template-haskell, yesod-default, data-default blaze-builder, crypto-api, hamlet, clientsession, aeson,
template-haskell, data-default
CPP-Options: -DWITH_WEBAPP CPP-Options: -DWITH_WEBAPP
GHC-Options: -threaded GHC-Options: -threaded