summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-31 13:27:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-31 13:27:56 -0400
commitee7c7903672d261f82e22192cbf2b5ce736151a9 (patch)
tree211e0149482b3d0ee3ce5b4b3758f64455a320aa /git-annex.cabal
parent2bc0c67e19dc2b1a55015b9303476fbcaf73e0e0 (diff)
avoid using Blaze directly
New 0.5 changes the api, rather gratuitously, so run away. I can juse use Hamlet here.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 344ef3e59..7f0374a50 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -89,7 +89,7 @@ Executable git-annex
if flag(Webapp) && flag(Assistant)
Build-Depends: yesod, yesod-static, case-insensitive,
http-types, transformers, wai, wai-logger, warp, blaze-builder,
- blaze-html, blaze-markup, crypto-api, hamlet, clientsession,
+ crypto-api, hamlet, clientsession,
template-haskell, yesod-default (>= 1.1.0), data-default
CPP-Options: -DWITH_WEBAPP