X-Git-Url: https://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=hath.cabal;h=e6f53955df5171fc884c5f847d921f11e1ba2164;hp=5c2b9a20aca14e769a5a0b3863061a214be1c3c9;hb=fe04fa7a5572f7bf46dacb960d82da3f2a2c44cf;hpb=ea4b56c25b278208b4ed2394e6a862e178ce3e85 diff --git a/hath.cabal b/hath.cabal index 5c2b9a2..e6f5395 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,5 +1,5 @@ name: hath -version: 0.0.4 +version: 0.0.5 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -98,7 +98,7 @@ executable hath build-depends: base >= 4.6 && < 4.7, bytestring == 0.10.*, - dns == 0.3.*, + dns == 1.*, HUnit == 1.2.*, QuickCheck == 2.6.*, MissingH == 1.2.*, @@ -155,7 +155,7 @@ test-suite testsuite build-depends: base >= 4.6 && < 4.7, bytestring == 0.10.*, - dns == 0.3.*, + dns == 1.*, HUnit == 1.2.*, QuickCheck == 2.6.*, MissingH == 1.2.*,