attoparsec 0.10.0.1 → 0.10.0.2
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Data.Attoparsec.Text: scan :: s -> (s -> Char -> Maybe s) -> Parser Text
Files
- Data/Attoparsec/Text.hs +1/−0
- attoparsec.cabal +1/−1
Data/Attoparsec/Text.hs view
@@ -58,6 +58,7 @@ -- * Efficient string handling , I.string , I.skipWhile+ , I.scan , I.take , I.takeWhile , I.takeWhile1
attoparsec.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-version: 0.10.0.1+version: 0.10.0.2 license: BSD3 license-file: LICENSE category: Text, Parsing