From 00650bc459e2c0f67f1c7f8b9fa6b40a474ca529 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 28 Sep 2010 06:54:37 +0200 Subject: [PATCH] GHC 7 --- convertible-text.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convertible-text.cabal b/convertible-text.cabal index b521b5b..b015627 100644 --- a/convertible-text.cabal +++ b/convertible-text.cabal @@ -1,5 +1,5 @@ Name: convertible-text -Version: 0.3.0.4 +Version: 0.3.0.5 License: BSD3 Maintainer: Michael Snoyman Author: John Goerzen, Michael Snoyman @@ -40,7 +40,7 @@ library Buildable: True Build-Depends: base >= 4 && < 5, old-time >= 1.0.0.2 && < 1.1, - containers >= 0.2.0.1 && < 0.4, + containers >= 0.2.0.1 && < 0.5, text >= 0.5 && < 0.10, bytestring >= 0.9.1.4 && < 0.10, attempt >= 0.3.0 && < 0.4,