summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-07 13:33:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-07 13:33:24 -0400
commite95bb9772f751133cb1782381f2e329fe128e531 (patch)
treeba09cb99d83e76d0c6a48e4b8fab7e48f065c836
parent3310b6373e4f9e955722500df1b2ecba446871ca (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.
-rw-r--r--debian/control1
-rw-r--r--doc/bugs/__34__Configuring_Jabber_Account__34___fails_with_a___34__Network_unreachable__34___error..mdwn3
2 files changed, 4 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,
diff --git a/doc/bugs/__34__Configuring_Jabber_Account__34___fails_with_a___34__Network_unreachable__34___error..mdwn b/doc/bugs/__34__Configuring_Jabber_Account__34___fails_with_a___34__Network_unreachable__34___error..mdwn
index 9befd7c80..94a124b23 100644
--- a/doc/bugs/__34__Configuring_Jabber_Account__34___fails_with_a___34__Network_unreachable__34___error..mdwn
+++ b/doc/bugs/__34__Configuring_Jabber_Account__34___fails_with_a___34__Network_unreachable__34___error..mdwn
@@ -37,3 +37,6 @@ OS: up-to-date ARCH system
# End of transcript or log.
"""]]
+
+> [[done]]; I have enabled the haskell dns library on all the autobuilds.
+> --[[Joey]]