aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-30 12:59:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-30 12:59:05 -0400
commit8ccbaabb0a6b85753f9899f6c066e203281f01e4 (patch)
tree02669a40f5702d0de8d10f0ba70a374d83b13dba /git-annex.cabal
parent337d10647fd6dac4bc858cf29658cf6bdcfd41f7 (diff)
add build-dep on blaze-markup
which blaze-html depends on, so not a significant new dep
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 7d83239a0..95b183cf3 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, crypto-api, hamlet, clientsession,
+ blaze-html, blaze-markup, crypto-api, hamlet, clientsession,
template-haskell, yesod-default (>= 1.1.0), data-default
CPP-Options: -DWITH_WEBAPP