parsec 3.1.3 → 3.1.4
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~text
Dependency ranges changed: text
Files
- Text/Parsec/Token.hs +1/−1
- parsec.cabal +3/−3
Text/Parsec/Token.hs view
@@ -38,7 +38,7 @@ type LanguageDef st = GenLanguageDef String st Identity -- | The @GenLanguageDef@ type is a record that contains all parameterizable--- features of the 'Text.Parsec.Token' module. The module 'Text.Parsec.Language'+-- features of the "Text.Parsec.Token" module. The module "Text.Parsec.Language" -- contains some default definitions. data GenLanguageDef s u m
parsec.cabal view
@@ -1,5 +1,5 @@ name: parsec-version: 3.1.3+version: 3.1.4 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.3+ tag: 3.1.4 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 && < 0.12+ build-depends: mtl, bytestring, text >= 0.2 && < 1.1 extensions: ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, DeriveDataTypeable, CPP ghc-options: -O2