summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-01 21:04:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-01 21:04:15 -0400
commited07546288733a13129a866ce70ea2f94d6259cb (patch)
treed542d2d52910a98110d4ad40f99b776283e741b2 /git-annex.cabal
parent9422e274897eb7581f453cb4374c326f0bf83d4f (diff)
add template-haskell build-dep for webapp
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index afa881425..de417a4a1 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -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)