diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-23 11:02:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-23 11:03:58 -0400 |
commit | 770d30c8b9018dc9eae83d98e3e60f0769126512 (patch) | |
tree | 2f7106cfbe898092775d7ac635c95397aebe5b96 | |
parent | 028228ab99efbe2d07d0f3b72d099ae5249a520e (diff) |
version dep on yesod-default, otherwise cabal explodes4.20130521.1
Will be re-releasing the last version to hackage with a .1 with this fix.
-rw-r--r-- | git-annex.cabal | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 284cd73c7..9a69ebb5a 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -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 |