add build-dep on blaze-markup
which blaze-html depends on, so not a significant new dep
This commit is contained in:
parent
cf427d7b1f
commit
87ebdc8f90
4 changed files with 5 additions and 1 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -36,6 +36,7 @@ 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-network-multicast-dev,
|
libghc-network-multicast-dev,
|
||||||
libghc-network-info-dev,
|
libghc-network-info-dev,
|
||||||
|
|
|
@ -101,3 +101,5 @@ The Glorious Glasgow Haskell Compilation System, version 7.4.2
|
||||||
$ uname -a
|
$ uname -a
|
||||||
Linux Atlantis 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
|
Linux Atlantis 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
> [[done]] --[[Joey]]
|
||||||
|
|
|
@ -37,6 +37,7 @@ quite a lot.
|
||||||
* [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)
|
* [clientsession](http://hackage.haskell.org/package/clientsession)
|
||||||
|
|
|
@ -89,7 +89,7 @@ Executable git-annex
|
||||||
if flag(Webapp) && flag(Assistant)
|
if flag(Webapp) && flag(Assistant)
|
||||||
Build-Depends: yesod, yesod-static, case-insensitive,
|
Build-Depends: yesod, yesod-static, case-insensitive,
|
||||||
http-types, transformers, wai, wai-logger, warp, blaze-builder,
|
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
|
template-haskell, yesod-default (>= 1.1.0), data-default
|
||||||
CPP-Options: -DWITH_WEBAPP
|
CPP-Options: -DWITH_WEBAPP
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue