pipes-parse 3.0.4 → 3.0.5
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~transformers
Dependency ranges changed: transformers
Files
- pipes-parse.cabal +2/−2
- src/Pipes/Parse.hs +1/−1
pipes-parse.cabal view
@@ -1,5 +1,5 @@ Name: pipes-parse-Version: 3.0.4+Version: 3.0.5 Cabal-Version: >=1.8.0.2 Build-Type: Simple License: BSD3@@ -33,7 +33,7 @@ Build-Depends: base >= 4 && < 5 , pipes >= 4.1 && < 4.2,- transformers >= 0.2.0.0 && < 0.5+ transformers >= 0.2.0.0 && < 0.6 Exposed-Modules: Pipes.Parse, Pipes.Parse.Tutorial
src/Pipes/Parse.hs view
@@ -340,7 +340,7 @@ {-| Run a `Parser` repeatedly on a `Producer`, `yield`ing each `Just` result - Returns the remainder of the `Producer` when the `Parser` returns `Just`+ Returns the remainder of the `Producer` when the `Parser` returns `Nothing` -} parsed_ :: Monad m