summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-26 13:13:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-26 13:13:23 -0400
commitdf00c6166c55e7287914706fed9323ed3bf3ac1a (patch)
tree3aa4ed4a62682c95c72dca08fcbd9945ed273fda /git-annex.cabal
parent78002d4976ded84cd2b0edbd78f9bb27371befe7 (diff)
update deps
Note that here I don't need blaze-markup for cabal to succeed, but Jimmy reports he does. Seems like Text.Blaze.Renderer.String moved from blaze to blaze-markup in some version.
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 3aa32ba5a..aa71dacb6 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -76,7 +76,7 @@ Executable git-annex
if flag(Webapp)
Build-Depends: yesod, yesod-static, case-insensitive, http-types,
transformers, wai, wai-logger, warp, blaze-builder, blaze-html,
- crypto-api, hamlet
+ blaze-markup, crypto-api, hamlet, clientsession
CPP-Options: -DWITH_WEBAPP
if os(darwin)