]> gitweb.michael.orlitzky.com - hath.git/commitdiff
Relax the base version requirement.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 12 Apr 2012 17:21:59 +0000 (13:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 12 Apr 2012 17:21:59 +0000 (13:21 -0400)
hath.cabal

index ca43858732c61b38f6c03fd456e0b67a04da64b5..79639ced92452e92ec6e82031e74e5fdd878c6cb 100644 (file)
@@ -10,7 +10,7 @@ build-type:     Simple
 
 executable hath
   build-depends:
-    base                        == 4.4.*,
+    base                        == 4.*,
     HUnit                       == 1.2.*,
     QuickCheck                  == 2.4.*