add missing data-default dependency (needed with new yesod only)

This commit is contained in:
Joey Hess 2012-08-30 12:58:12 -04:00
parent 797adc6dfc
commit f68afa9cc1
3 changed files with 4 additions and 1 deletions

View file

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