summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-30 12:58:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-30 12:58:12 -0400
commitf68afa9cc1bfadf0ef30741c444194f1aad7486d (patch)
treefdb982d2d38381f251478cc9c9bcf0d46246ba3a /git-annex.cabal
parent797adc6dfcdcb360401a93201ff590743058ecbd (diff)
add missing data-default dependency (needed with new yesod only)
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 f17f4c6c9..e739da0d1 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -77,7 +77,7 @@ Executable git-annex
Build-Depends: yesod, yesod-static, case-insensitive,
http-types, transformers, wai, wai-logger, warp, blaze-builder,
blaze-html, crypto-api, hamlet, clientsession,
- template-haskell, yesod-default (>= 1.1.0)
+ template-haskell, yesod-default (>= 1.1.0), data-default
CPP-Options: -DWITH_WEBAPP
if os(darwin)