From bed19fb65c8670831d5b0393f8b07faabbc84ea6 Mon Sep 17 00:00:00 2001 From: Joey Hess <joey@kitenet.net> Date: Sun, 9 Dec 2012 11:55:52 -0400 Subject: [PATCH] add yesod-form to cabal --- doc/bugs/yesod-form_missing.mdwn | 2 ++ git-annex.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/bugs/yesod-form_missing.mdwn b/doc/bugs/yesod-form_missing.mdwn index b45226656f..ad92bd0407 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 4ee97835a6..6f06d8581f 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