diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-03 16:33:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-03 18:14:22 -0400 |
commit | 69a819844c4f062e4ed21d183bbce091c39ee7f8 (patch) | |
tree | c5a78d8af3d5dff45b1db3bb3c3f49efb57174ea /git-annex.cabal | |
parent | c4e38c013f61d9b3482eb5592619e619d67b9146 (diff) |
now builds with both yesod 1.2 and 1.1
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 a97ee3894..14d6da7a5 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -133,7 +133,7 @@ Executable git-annex if flag(Webapp) Build-Depends: - yesod, yesod-default, yesod-static, yesod-form, + 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 |