summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-27 12:09:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-27 12:09:34 -0400
commit3305e019db5938385172429216c96a9a1f328642 (patch)
tree004bb2a90ca98724287a8d8b68c28cfc9cc0957b /git-annex.cabal
parent0f6292920ac360f78c3c4a3b9d883b758900c063 (diff)
add yesod-default
another dependency cabal works without here, oddly
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index aa71dacb6..24e0df9c9 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -74,9 +74,9 @@ Executable git-annex
CPP-Options: -DWITH_DBUS
if flag(Webapp)
- Build-Depends: yesod, yesod-static, case-insensitive, http-types,
- transformers, wai, wai-logger, warp, blaze-builder, blaze-html,
- blaze-markup, crypto-api, hamlet, clientsession
+ Build-Depends: yesod, yesod-static, yesod-default, case-insensitive,
+ http-types, transformers, wai, wai-logger, warp, blaze-builder,
+ blaze-html, blaze-markup, crypto-api, hamlet, clientsession
CPP-Options: -DWITH_WEBAPP
if os(darwin)