diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-01 21:04:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-01 21:04:15 -0400 |
commit | ed07546288733a13129a866ce70ea2f94d6259cb (patch) | |
tree | d542d2d52910a98110d4ad40f99b776283e741b2 | |
parent | 9422e274897eb7581f453cb4374c326f0bf83d4f (diff) |
add template-haskell build-dep for webapp
-rw-r--r-- | git-annex.cabal | 3 |
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) |