summaryrefslogtreecommitdiff
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
parent7d9b6c7665a9cc9f0cc2efd3f1274b5495723bb8 (diff)
add yesod-form to cabal
-rw-r--r--doc/bugs/yesod-form_missing.mdwn2
-rw-r--r--git-annex.cabal2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/yesod-form_missing.mdwn b/doc/bugs/yesod-form_missing.mdwn
index b45226656..ad92bd040 100644
--- a/doc/bugs/yesod-form_missing.mdwn
+++ b/doc/bugs/yesod-form_missing.mdwn
@@ -19,3 +19,5 @@ git checkout commit 90b62db1defdd223294935ec0bbaac883cd20c04 on OS X Lion
Please provide any additional information below.
adding yesod-form to the build depends in git-annex.cabal does indeed fix the problem!
+
+> [[done]] --[[Joey]]
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