polysemy-process 0.6.0.1 → 0.6.1.0
raw patch · 3 files changed
+4/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +1/−1
- lib/Polysemy/Process/Effect/Process.hs +2/−0
- polysemy-process.cabal +1/−1
changelog.md view
@@ -1,4 +1,4 @@-# Unreleased+# 0.6.0.0 * Allow `Process` to emit custom chunks constructed by an interpreter of `ProcessOutput` instead of `ByteString`s containing whatever the `Handle` produced.
lib/Polysemy/Process/Effect/Process.hs view
@@ -6,6 +6,8 @@ import Polysemy.Conc.Effect.Scoped (Scoped, scoped) import Polysemy.Resume (interpretResumable, restop, type (!!)) import Prelude hiding (send)+import Polysemy.Input (Input(Input))+import Polysemy.Output (Output(Output)) -- |Abstraction of a process with stdin/stdout/stderr. --
polysemy-process.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: polysemy-process-version: 0.6.0.1+version: 0.6.1.0 synopsis: Polysemy Effects for System Processes description: See <https://hackage.haskell.org/package/polysemy-process/docs/Polysemy-Process.html> category: Concurrency