add template-haskell build-dep for webapp

This commit is contained in:
Joey Hess 2012-08-01 21:04:15 -04:00
parent 9422e27489
commit ed07546288

View file

@ -76,7 +76,8 @@ Executable git-annex
if flag(Webapp)
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
blaze-html, blaze-markup, crypto-api, hamlet, clientsession,
template-haskell
CPP-Options: -DWITH_WEBAPP
if os(darwin)