Closed zuqq closed 3 years ago
Previously, Data.Attoparsec.ByteString.Lazy just reexported Data.Attoparsec.ByteString.parseOnly, which only accepts strict input; same for Data.Attoparsec.Text.Lazy.
Data.Attoparsec.ByteString.Lazy
Data.Attoparsec.ByteString.parseOnly
Data.Attoparsec.Text.Lazy
Documentation and pragmas were copied from the strict versions.
Closes: #143
Previously,
Data.Attoparsec.ByteString.Lazy
just reexportedData.Attoparsec.ByteString.parseOnly
, which only accepts strict input; same forData.Attoparsec.Text.Lazy
.Documentation and pragmas were copied from the strict versions.
Closes: #143