packages feed

attoparsec 0.12.1.0 → 0.12.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Data/Attoparsec/ByteString/Internal.hs view
@@ -369,7 +369,7 @@      | more == Complete ->        succ t pos more Nothing      | otherwise ->-       let succ' t' pos' more' = let !w = Buf.unsafeIndex t pos_+       let succ' t' pos' more' = let !w = Buf.unsafeIndex t' pos_                                  in succ t' pos' more' (Just w)            lose' t' pos' more' = succ t' pos' more' Nothing        in prompt t pos more lose' succ'
attoparsec.cabal view
@@ -1,5 +1,5 @@ name:            attoparsec-version:         0.12.1.0+version:         0.12.1.1 license:         BSD3 license-file:    LICENSE category:        Text, Parsing