diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-26 13:13:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-26 13:13:23 -0400 |
commit | df00c6166c55e7287914706fed9323ed3bf3ac1a (patch) | |
tree | 3aa4ed4a62682c95c72dca08fcbd9945ed273fda /git-annex.cabal | |
parent | 78002d4976ded84cd2b0edbd78f9bb27371befe7 (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.cabal | 2 |
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) |