pipes-extras 1.0.9 → 1.0.10
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~foldlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: foldl
API changes (from Hackage documentation)
Files
- pipes-extras.cabal +2/−2
pipes-extras.cabal view
@@ -1,5 +1,5 @@ Name: pipes-extras-Version: 1.0.9+Version: 1.0.10 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3@@ -21,7 +21,7 @@ Build-Depends: base >= 4 && < 5 , pipes >= 4.0 && < 4.4,- foldl >= 1.0.1 && < 1.3,+ foldl >= 1.0.1 && < 1.4, transformers >= 0.2.0.0 && < 0.6 Exposed-Modules: Pipes.Extras GHC-Options: -O2 -Wall