packages feed

attoparsec-data 0.1.1.1 → 0.1.1.2

raw patch · 2 files changed

+3/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

attoparsec-data.cabal view
@@ -1,7 +1,7 @@ name:   attoparsec-data version:-  0.1.1.1+  0.1.1.2 category:   Parsing synopsis:
library/Attoparsec/Data/Implicit.hs view
@@ -8,6 +8,8 @@  {-| Provides the default lenient parser for a type.++By convention, the parser should not check for the end of input. -} class LenientParser a where   lenientParser :: B.Parser a