From: Michael Orlitzky Date: Fri, 13 Sep 2013 14:16:36 +0000 (-0400) Subject: Depend on the major version of the dns library. X-Git-Tag: 0.2.0^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=383165bc460b97400f8d94110630424b6bdda942 Depend on the major version of the dns library. --- diff --git a/haeredes.cabal b/haeredes.cabal index a99827a..f008f76 100644 --- a/haeredes.cabal +++ b/haeredes.cabal @@ -83,7 +83,7 @@ executable haeredes base == 4.*, bytestring == 0.10.*, cmdargs == 0.10.*, - dns >= 1, + dns == 1.*, iproute == 1.2.*, MissingH == 1.2.*, parallel-io == 0.3.*, @@ -130,7 +130,7 @@ test-suite testsuite base == 4.*, bytestring == 0.10.*, cmdargs == 0.10.*, - dns >= 1, + dns == 1.*, iproute == 1.2.*, MissingH == 1.2.*, parallel-io == 0.3.*,