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.
This commit is contained in:
Joey Hess 2012-07-26 13:13:23 -04:00
parent 78002d4976
commit df00c6166c
3 changed files with 5 additions and 1 deletions

2
debian/control vendored
View file

@ -33,8 +33,10 @@ Build-Depends:
libghc-warp-dev, libghc-warp-dev,
libghc-blaze-builder-dev, libghc-blaze-builder-dev,
libghc-blaze-html-dev, libghc-blaze-html-dev,
libghc-blaze-markup-dev,
libghc-crypto-api-dev, libghc-crypto-api-dev,
libghc-hamlet-dev, libghc-hamlet-dev,
libghc-clientsession-dev,
ikiwiki, ikiwiki,
perlmagick, perlmagick,
git, git,

View file

@ -59,8 +59,10 @@ libraries. To build and use git-annex by hand, you will need:
* [warp](http://hackage.haskell.org/package/warp) * [warp](http://hackage.haskell.org/package/warp)
* [blaze-builder](http://hackage.haskell.org/package/blaze-builder) * [blaze-builder](http://hackage.haskell.org/package/blaze-builder)
* [blaze-html](http://hackage.haskell.org/package/blaze-html) * [blaze-html](http://hackage.haskell.org/package/blaze-html)
* [blaze-markup](http://hackage.haskell.org/package/blaze-markup)
* [crypto-api](http://hackage.haskell.org/package/crypto-api) * [crypto-api](http://hackage.haskell.org/package/crypto-api)
* [hamlet](http://hackage.haskell.org/package/hamlet) * [hamlet](http://hackage.haskell.org/package/hamlet)
* [clientsession](http://hackage.haskell.org/package/clientsession)
* Shell commands * Shell commands
* [git](http://git-scm.com/) * [git](http://git-scm.com/)
* [uuid](http://www.ossp.org/pkg/lib/uuid/) * [uuid](http://www.ossp.org/pkg/lib/uuid/)

View file

@ -76,7 +76,7 @@ Executable git-annex
if flag(Webapp) if flag(Webapp)
Build-Depends: yesod, yesod-static, case-insensitive, http-types, Build-Depends: yesod, yesod-static, case-insensitive, http-types,
transformers, wai, wai-logger, warp, blaze-builder, blaze-html, transformers, wai, wai-logger, warp, blaze-builder, blaze-html,
crypto-api, hamlet blaze-markup, crypto-api, hamlet, clientsession
CPP-Options: -DWITH_WEBAPP CPP-Options: -DWITH_WEBAPP
if os(darwin) if os(darwin)