]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
Add an upper bound on the base version.
[hath.git] / hath.cabal
index 48db071634c5a31763ef2d78cad6e69a0042067b..eed089d69707607f0abe236842518a037a958525 100644 (file)
@@ -92,7 +92,7 @@ description:
 
 executable hath
   build-depends:
-    base                        >= 4.6.0,
+    base                        >= 4.6 && < 4.7,
     bytestring                  == 0.10.*,
     dns                         == 0.3.*,
     HUnit                       == 1.2.*,
@@ -149,7 +149,7 @@ test-suite testsuite
   hs-source-dirs: src test
   main-is: TestSuite.hs
   build-depends:
-    base                        >= 4.6.0,
+    base                        >= 4.6 && < 4.7,
     bytestring                  == 0.10.*,
     dns                         == 0.3.*,
     HUnit                       == 1.2.*,