packages feed

list-t-attoparsec 0.3.1.0 → 0.3.1.1

raw patch · 2 files changed

+1/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

library/ListT/Attoparsec.hs view
@@ -40,7 +40,6 @@ -- | -- Consume only as much input as needed to run the provided parser once. -- Results in either a failure or the parsed result and the leftover stream.--- The failure value of 'Nothing' implies the end of input. consumeOne :: Monad m => P.Parser a -> ListT m Text -> m (Either Error (a, ListT m Text)) consumeOne =   \p -> loop (P.parse p)
list-t-attoparsec.cabal view
@@ -1,7 +1,7 @@ name:   list-t-attoparsec version:-  0.3.1.0+  0.3.1.1 synopsis:   An "attoparsec" adapter for "list-t" category: