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