packages feed

parsec-parsers 0.1 → 0.1.1

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.1.1+-----+* Fixed a critical bug with (<?>)+ 0.1 --- * Repository initialized
parsec-parsers.cabal view
@@ -1,6 +1,6 @@ name:          parsec-parsers category:      Text, Parsing-version:       0.1+version:       0.1.1 license:       BSD3 cabal-version: >= 1.10 license-file:  LICENSE
src/Text/Parser/Parsec.hs view
@@ -25,7 +25,7 @@  instance (Stream s m t, Show t) => P.Parsing (ParsecT s u m) where   try           = try-  (<?>)         = (P.<?>)+  (<?>)         = (<?>)   skipMany      = skipMany   skipSome      = skipMany1   unexpected    = unexpected