add yesod-form to cabal

This commit is contained in:
Joey Hess 2012-12-09 11:55:52 -04:00
parent 0a52db2ea9
commit bed19fb65c
2 changed files with 3 additions and 1 deletions

View file

@ -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]]

View file

@ -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