packages feed

parsec1 1.0.0.2 → 1.0.0.3

raw patch · 1 files changed

+7/−5 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

parsec1.cabal view
@@ -1,6 +1,6 @@ cabal-version: >= 1.2 name:           parsec1-version:        1.0.0.2+version:        1.0.0.3 license:        BSD3 license-file:   LICENSE author:         Daan Leijen <daan@cs.uu.nl>@@ -17,12 +17,14 @@     This package is the core haskell98 part of the parsec2     package, intended to preserve its simplicity and portability.     .+     Note, that the module names overlap with those of parsec from the Haskell     Platform, therefore I do not recommend to unconditionally use parsec1 (or-    parsec2 and parsec3) as dependency instead of @parsec < 3@, @parsec > 2@-    or just @parsec@.  In order to ensure the use of these limited and-    portable parsec1 functions, you may want to hide the official parsec-    package for your own developments.+    parsec2 and parsec3) as dependency in cabal files of packages for hackage.+    But you may want to develop your code using these limited and portable+    parsec1 functions and finally change the dependency from parsec1 to parsec+    in order to avoid module ambiguities for users just installing your package.+    Your own module ambiguities are best avoided by hiding packages.     .     This version only differs from pervious ones by a changed description. build-type:     Simple