From: Michael Orlitzky Date: Sun, 8 Apr 2012 02:01:09 +0000 (-0400) Subject: Update the cabal file to be more lenient about the versions of base and time we require. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=commitdiff_plain;h=3b15b53bd50bcb41fbea731243f442a2fec63208;ds=sidebyside Update the cabal file to be more lenient about the versions of base and time we require. --- diff --git a/twat.cabal b/twat.cabal index 20abfbc..f813f8b 100644 --- a/twat.cabal +++ b/twat.cabal @@ -9,7 +9,7 @@ build-type: Simple executable twat build-depends: - base == 4.4.*, + base == 4.*, curl == 1.3.*, HaXml == 1.22.*, HUnit == 1.2.*, @@ -17,7 +17,7 @@ executable twat process == 1.*, old-locale == 1.*, regex-compat == 0.*, - time == 1.2.* + time == 1.* main-is: