diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-06 21:07:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-06 21:07:02 -0400 |
commit | 8624449f70f1ac7d18bc796c33c8041a568cc730 (patch) | |
tree | e4a0214525431624fbbe71faeba6c0a0a826d07c | |
parent | 270acb6dca4324a17a9cf4391b487c23b39190ba (diff) |
version dep on yesod-form
-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 24971e1f7..7311da401 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -99,7 +99,7 @@ Executable git-annex if flag(Webapp) && flag(Assistant) Build-Depends: yesod, yesod-static, case-insensitive, http-types, transformers, wai, wai-logger, warp, blaze-builder, - crypto-api, hamlet, clientsession, aeson, yesod-form, + crypto-api, hamlet, clientsession, aeson, yesod-form (>= 1.2.0), template-haskell, yesod-default (>= 1.1.0), data-default CPP-Options: -DWITH_WEBAPP |