diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-02 15:57:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-03 11:25:23 -0400 |
commit | 55276e3be82cb574d5bb5964cbfbbb6e37f5dff2 (patch) | |
tree | e3ea0d1067b0f0667d7dfc05e79b9f7732eaa10a /git-annex.cabal | |
parent | 16ca22c60af39cc06db62215a1ac12cd5ae7a3c5 (diff) |
WIP 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 b01e13c8a..a97ee3894 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, case-insensitive, http-types, transformers, wai, wai-logger, warp, blaze-builder, crypto-api, hamlet, clientsession, aeson, template-haskell, data-default |