diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-07 13:33:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-07 13:33:24 -0400 |
commit | e95bb9772f751133cb1782381f2e329fe128e531 (patch) | |
tree | ba09cb99d83e76d0c6a48e4b8fab7e48f065c836 /debian | |
parent | 3310b6373e4f9e955722500df1b2ecba446871ca (diff) |
enable haskell-dns library, rather than needing "host" command
Done on Debian to keep the autobuilds and Debian packages the same,
but can be reverted for backports, since haskell-dns is not available
there.
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 adcbb8255..30840b34e 100644 --- a/debian/control +++ b/debian/control @@ -39,6 +39,7 @@ Build-Depends: libghc-warp-tls-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc], libghc-wai-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc], libghc-wai-logger-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc], + libghc-dns-dev, libghc-case-insensitive-dev, libghc-http-types-dev, libghc-blaze-builder-dev, |