Skip to content

Commit 59a9af0

Browse files
committed
Allow 'text' version 1.0
1 parent 8bc07f2 commit 59a9af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsec.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ library
6363
else
6464
build-depends: base >= 3.0.3 && < 4
6565
cpp-options: -DBASE3
66-
build-depends: mtl, bytestring, text >= 0.2 && < 0.12
66+
build-depends: mtl, bytestring, text >= 0.2 && < 1.1
6767
extensions: ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, DeriveDataTypeable, CPP
6868
ghc-options: -O2

0 commit comments

Comments
 (0)