Merge pull request #4 from RyanGlScott/master

Bump text upper version bounds
This commit is contained in:
Antoine Latter 2014-09-09 19:30:33 -05:00
commit 564e731954

View File

@ -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