diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-27 00:01:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-27 00:01:31 -0400 |
commit | 8936ea18708940e167ff383731fad5e863b16000 (patch) | |
tree | 9948d5f1a91d1854e7364d3052b11ee55220da3b /git-annex.cabal | |
parent | c4b714b7070ce472fd56ab5d786719e72c46ac71 (diff) |
webapp: Fix bug that caused the webapp to hang when built with yesod 1.2.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 78d5dbbac..a7a1c31e1 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 (< 1.2), yesod-form (< 1.3), + yesod, yesod-default, yesod-static, yesod-form, yesod-core, case-insensitive, http-types, transformers, wai, wai-logger, warp, blaze-builder, crypto-api, hamlet, clientsession, aeson, template-haskell, data-default |