From c3e29252d4434263c1fcf8f5d547b9b038a85e67 Mon Sep 17 00:00:00 2001 From: RyanGlScott Date: Tue, 9 Sep 2014 00:08:41 -0500 Subject: [PATCH] Bump text upper version bounds --- parsec.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsec.cabal b/parsec.cabal index 1b382d3..fbe1750 100644 --- a/parsec.cabal +++ b/parsec.cabal @@ -60,6 +60,6 @@ library build-depends: base >= 3.0.3 && < 4 cpp-options: -DBASE3 - build-depends: mtl, bytestring, text >= 0.2 && < 1.2 + build-depends: mtl, bytestring, text >= 0.2 && < 1.3 extensions: ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, DeriveDataTypeable, CPP ghc-options: -O2