parsec3 1.0.0.5 → 1.0.0.6
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
- parsec3.cabal +3/−3
parsec3.cabal view
@@ -1,5 +1,5 @@ name: parsec3-version: 1.0.0.5+version: 1.0.0.6 cabal-version: >= 1.2.3 license: BSD3 license-file: LICENSE@@ -27,7 +27,7 @@ avoid module ambiguities for users just installing your package. Your own module ambiguities are best avoided by hiding packages. .- This version reflects the changes of parsec-3.1.3+ This version reflects the changes of parsec-3.1.4 library exposed-modules: Text.Parsec,@@ -45,6 +45,6 @@ Text.Parsec.Expr, Text.Parsec.Language, Text.Parsec.Perm- build-depends: base >= 4 && < 5, mtl, bytestring, text >= 0.2 && < 0.12+ build-depends: base >= 4 && < 5, mtl, bytestring, text >= 0.2 && < 1.1 extensions: DeriveDataTypeable, PolymorphicComponents, FlexibleInstances, MultiParamTypeClasses, FlexibleContexts