diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-30 12:59:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-30 12:59:05 -0400 |
commit | 8ccbaabb0a6b85753f9899f6c066e203281f01e4 (patch) | |
tree | 02669a40f5702d0de8d10f0ba70a374d83b13dba /debian | |
parent | 337d10647fd6dac4bc858cf29658cf6bdcfd41f7 (diff) |
add build-dep on blaze-markup
which blaze-html depends on, so not a significant new dep
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index c0273ca2e..d7e38096b 100644 --- a/debian/control +++ b/debian/control @@ -36,6 +36,7 @@ Build-Depends: 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, |