From: Michael Orlitzky Date: Thu, 12 Apr 2012 17:21:59 +0000 (-0400) Subject: Relax the base version requirement. X-Git-Tag: 0.0.1~10 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=22b9c60a6badcc6cb68902965d6f810634e30693 Relax the base version requirement. --- diff --git a/hath.cabal b/hath.cabal index ca43858..79639ce 100644 --- a/hath.cabal +++ b/hath.cabal @@ -10,7 +10,7 @@ build-type: Simple executable hath build-depends: - base == 4.4.*, + base == 4.*, HUnit == 1.2.*, QuickCheck == 2.4.*