From 3b15b53bd50bcb41fbea731243f442a2fec63208 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 7 Apr 2012 22:01:09 -0400 Subject: [PATCH] Update the cabal file to be more lenient about the versions of base and time we require. --- twat.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.43.2