From a10b5b19adfb298037bf258643fb56f29a5177b5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Mar 2014 13:33:24 -0400 Subject: [PATCH] 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. --- debian/control | 1 + ...___fails_with_a___34__Network_unreachable__34___error..mdwn | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/control b/debian/control index adcbb8255f..30840b34e4 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 9befd7c801..94a124b232 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]]