add missing data-default dependency (needed with new yesod only)
This commit is contained in:
parent
797adc6dfc
commit
f68afa9cc1
3 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue