hw-string-parse 0.0.0.1 → 0.0.0.2
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
hw-string-parse.cabal view
@@ -1,5 +1,5 @@ name: hw-string-parse-version: 0.0.0.1+version: 0.0.0.2 synopsis: Conduits for tokenizing streams. description: Please see README.md homepage: http://github.com/haskell-works/hw-string-parse#readme
src/HaskellWorks/Data/String/Parse.hs view
@@ -56,4 +56,6 @@ res -> res char :: Char -> Parser Char-char = return+char c = do+ d <- item+ if c == d then return c else failure