summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-09 11:55:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-09 11:55:52 -0400
commita5bade020352889fd8e0bf378f5fc0ccb52dcbc1 (patch)
tree9d1c9f487856a0bbea934b36c00376205eb0dcec /git-annex.cabal
parent7d9b6c7665a9cc9f0cc2efd3f1274b5495723bb8 (diff)
add yesod-form to cabal
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 4ee97835a..6f06d8581 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -95,7 +95,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,
+ crypto-api, hamlet, clientsession, aeson, yesod-form,
template-haskell, yesod-default (>= 1.1.0), data-default
CPP-Options: -DWITH_WEBAPP