packages feed

Pipe 2.1.0 → 2.1.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Pipe.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: >= 1.2
 
 Name:        Pipe
-Version:     2.1.0
+Version:     2.1.1
 Homepage:    http://iki.fi/matti.niemenmaa/pipe/
 Synopsis:    Process piping library
 Category:    System
@@ -16,7 +16,7 @@ Build-Type: Simple
 
 Library
-   Build-Depends: base     >= 3     && < 5,
+   Build-Depends: base     >= 4     && < 5,
                   process  >= 1.0.1 && < 2,
                   filepath >= 1.1   && < 2
    Exposed-Modules: System.Process.Pipe