mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-24 03:52:07 +03:00
Allow 'text' version 1.0
This commit is contained in:
parent
8bc07f2e35
commit
59a9af0513
@ -63,6 +63,6 @@ library
|
||||
else
|
||||
build-depends: base >= 3.0.3 && < 4
|
||||
cpp-options: -DBASE3
|
||||
build-depends: mtl, bytestring, text >= 0.2 && < 0.12
|
||||
build-depends: mtl, bytestring, text >= 0.2 && < 1.1
|
||||
extensions: ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, DeriveDataTypeable, CPP
|
||||
ghc-options: -O2
|
||||
|
Loading…
Reference in New Issue
Block a user