add template-haskell build-dep for webapp
This commit is contained in:
parent
9422e27489
commit
ed07546288
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ Executable git-annex
|
||||||
if flag(Webapp)
|
if flag(Webapp)
|
||||||
Build-Depends: yesod, yesod-static, yesod-default, case-insensitive,
|
Build-Depends: yesod, yesod-static, yesod-default, case-insensitive,
|
||||||
http-types, transformers, wai, wai-logger, warp, blaze-builder,
|
http-types, transformers, wai, wai-logger, warp, blaze-builder,
|
||||||
blaze-html, blaze-markup, crypto-api, hamlet, clientsession
|
blaze-html, blaze-markup, crypto-api, hamlet, clientsession,
|
||||||
|
template-haskell
|
||||||
CPP-Options: -DWITH_WEBAPP
|
CPP-Options: -DWITH_WEBAPP
|
||||||
|
|
||||||
if os(darwin)
|
if os(darwin)
|
||||||
|
|
Loading…
Reference in a new issue