parsec3 1.0.0.6 → 1.0.0.7
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- Changelog +3/−0
- parsec3.cabal +3/−2
+ Changelog view
@@ -0,0 +1,3 @@+1.0.0.7+ - adjusted text dependency as is done for parsec-1.3.5+ - added changelog extra source file
parsec3.cabal view
@@ -1,5 +1,5 @@ name: parsec3-version: 1.0.0.6+version: 1.0.0.7 cabal-version: >= 1.2.3 license: BSD3 license-file: LICENSE@@ -27,7 +27,8 @@ 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.4+ This version reflects the changes of parsec-3.1.5+extra-source-files: Changelog library exposed-modules: Text.Parsec,