typed-process 0.2.8.0 → 0.2.9.0
raw patch · 4 files changed
+10/−5 lines, 4 filesdep ~async
Dependency ranges changed: async
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- src/System/Process/Typed.hs +1/−0
- typed-process.cabal +4/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for typed-process +## 0.2.9.0++* Re-export `StdStream`+ ## 0.2.8.0 * Re-export `ExitCode`, `ExitSuccess` and `ExitFailure`.
README.md view
@@ -7,7 +7,7 @@ This library provides the ability to launch and interact with external processes. It wraps around the-[process library](https://haskell-lang.org/library/process), and+[process library](https://hackage.haskell.org/package/process), and intends to improve upon it by: 1. Using type variables to represent the standard streams, making them
src/System/Process/Typed.hs view
@@ -119,6 +119,7 @@ -- * Re-exports , ExitCode (..)+ , P.StdStream (..) -- * Unsafe functions , unsafeProcessHandle
typed-process.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: typed-process-version: 0.2.8.0+version: 0.2.9.0 synopsis: Run external processes, with strong typing of streams description: Please see the tutorial at <https://github.com/fpco/typed-process#readme> category: System@@ -33,7 +33,7 @@ hs-source-dirs: src build-depends:- async+ async >=2.0 , base >=4.12 && <5 , bytestring , process >=1.2@@ -54,7 +54,7 @@ test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends:- async+ async >=2.0 , base >=4.12 && <5 , base64-bytestring , bytestring@@ -76,7 +76,7 @@ hs-source-dirs: test build-depends:- async+ async >=2.0 , base >=4.12 && <5 , base64-bytestring , bytestring