pipes-parse 3.0.1 → 3.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformers
Dependency ranges changed: transformers
Files
- pipes-parse.cabal +2/−2
pipes-parse.cabal view
@@ -1,5 +1,5 @@ Name: pipes-parse-Version: 3.0.1+Version: 3.0.2 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.4+ transformers >= 0.2.0.0 && < 0.5 Exposed-Modules: Pipes.Parse, Pipes.Parse.Tutorial