]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
Add some more tests; minor code cleanup.
[hath.git] / hath.cabal
index f495f7b442c0c81658321bab5f3e6e6ff700d997..b11ea39d3a69bbe57fab5f9af9d0ffffc0729fc2 100644 (file)
@@ -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.*,