From 22b9c60a6badcc6cb68902965d6f810634e30693 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 12 Apr 2012 13:21:59 -0400 Subject: [PATCH] Relax the base version requirement. --- hath.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.* -- 2.43.2