unix-process-conduit 0.2.0 → 0.2.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: conduit
API changes (from Hackage documentation)
Files
unix-process-conduit.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: unix-process-conduit-version: 0.2.0+version: 0.2.0.1 synopsis: Run processes on Unix systems, with a conduit interface description: This library allows you to provide @conduit@ datatypes for the input and output streams. Note that you must compile your programs with @-threaded@. homepage: https://github.com/snoyberg/conduit@@ -19,7 +19,7 @@ build-depends: base >= 4 && < 5 , transformers , bytestring- , conduit >= 0.5 && < 0.6+ , conduit >= 0.5 && < 1.1 , unix >= 2.5 , process >= 1.1