diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-31 13:27:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-31 13:27:56 -0400 |
commit | ee7c7903672d261f82e22192cbf2b5ce736151a9 (patch) | |
tree | 211e0149482b3d0ee3ce5b4b3758f64455a320aa /debian/control | |
parent | 2bc0c67e19dc2b1a55015b9303476fbcaf73e0e0 (diff) |
avoid using Blaze directly
New 0.5 changes the api, rather gratuitously, so run away. I can juse use
Hamlet here.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 24b204ed7..42ea4cb30 100644 --- a/debian/control +++ b/debian/control @@ -35,8 +35,6 @@ Build-Depends: libghc-wai-logger-dev, libghc-warp-dev, libghc-blaze-builder-dev, - libghc-blaze-html-dev, - libghc-blaze-markup-dev, libghc-crypto-api-dev, libghc-network-multicast-dev, libghc-network-info-dev, |