parsec 3.1.4 → 3.1.5
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~text
Dependency ranges changed: text
Files
- CHANGES +3/−0
- parsec.cabal +3/−3
CHANGES view
@@ -1,3 +1,6 @@+3.1.4 & 3.1.5++- Bump dependency on 'text' 3.1.3
parsec.cabal view
@@ -1,5 +1,5 @@ name: parsec-version: 3.1.4+version: 3.1.5 cabal-version: >= 1.6 license: BSD3 license-file: LICENSE@@ -25,7 +25,7 @@ source-repository this type: darcs location: http://code.haskell.org/parsec3- tag: 3.1.4+ tag: 3.1.5 flag base4 Description: Use base-4.*@@ -63,6 +63,6 @@ else build-depends: base >= 3.0.3 && < 4 cpp-options: -DBASE3- build-depends: mtl, bytestring, text >= 0.2 && < 1.1+ build-depends: mtl, bytestring, text >= 0.2 && < 1.2 extensions: ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, DeriveDataTypeable, CPP ghc-options: -O2