X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=b11ea39d3a69bbe57fab5f9af9d0ffffc0729fc2;hb=18a81546e7c4ad10574918efb08b2e104e911d73;hp=f495f7b442c0c81658321bab5f3e6e6ff700d997;hpb=942b8ef3bc5830ca0defa62342d55550aea59934;p=hath.git diff --git a/hath.cabal b/hath.cabal index f495f7b..b11ea39 100644 --- a/hath.cabal +++ b/hath.cabal @@ -62,7 +62,7 @@ description: executable hath build-depends: - base == 4.*, + base >= 4.6.0, bytestring == 0.10.*, dns == 0.3.*, HUnit == 1.2.*, @@ -119,7 +119,7 @@ test-suite testsuite hs-source-dirs: src test main-is: TestSuite.hs build-depends: - base == 4.*, + base >= 4.6.0, bytestring == 0.10.*, dns == 0.3.*, HUnit == 1.2.*,