distributed-process-execution 0.1.4.0 → 0.1.4.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~ansi-terminalnew-uploaderPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: ansi-terminal
API changes (from Hackage documentation)
- Control.Distributed.Process.Execution: runExchange :: forall s. ExchangeType s -> MVar (ControlPort ControlMessage) -> Process ()
+ Control.Distributed.Process.Execution: runExchange :: ExchangeType s -> MVar (ControlPort ControlMessage) -> Process ()
- Control.Distributed.Process.Execution: startExchange :: forall s. ExchangeType s -> Process Exchange
+ Control.Distributed.Process.Execution: startExchange :: ExchangeType s -> Process Exchange
- Control.Distributed.Process.Execution: startSupervisedRef :: forall s. ExchangeType s -> SupervisorPid -> Process (ProcessId, Message)
+ Control.Distributed.Process.Execution: startSupervisedRef :: ExchangeType s -> SupervisorPid -> Process (ProcessId, Message)
- Control.Distributed.Process.Execution: type BindingSelector k = (Message -> Process k)
+ Control.Distributed.Process.Execution: type BindingSelector k = Message -> Process k
- Control.Distributed.Process.Execution.EventManager: addMessageHandler :: forall s. EventManager -> (s -> Message -> Process (Maybe s)) -> Process s -> Process ProcessId
+ Control.Distributed.Process.Execution.EventManager: addMessageHandler :: EventManager -> (s -> Message -> Process (Maybe s)) -> Process s -> Process ProcessId
- Control.Distributed.Process.Execution.Exchange: runExchange :: forall s. ExchangeType s -> MVar (ControlPort ControlMessage) -> Process ()
+ Control.Distributed.Process.Execution.Exchange: runExchange :: ExchangeType s -> MVar (ControlPort ControlMessage) -> Process ()
- Control.Distributed.Process.Execution.Exchange: startExchange :: forall s. ExchangeType s -> Process Exchange
+ Control.Distributed.Process.Execution.Exchange: startExchange :: ExchangeType s -> Process Exchange
- Control.Distributed.Process.Execution.Exchange: startSupervised :: forall s. ExchangeType s -> SupervisorPid -> Process Exchange
+ Control.Distributed.Process.Execution.Exchange: startSupervised :: ExchangeType s -> SupervisorPid -> Process Exchange
- Control.Distributed.Process.Execution.Exchange: startSupervisedRef :: forall s. ExchangeType s -> SupervisorPid -> Process (ProcessId, Message)
+ Control.Distributed.Process.Execution.Exchange: startSupervisedRef :: ExchangeType s -> SupervisorPid -> Process (ProcessId, Message)
- Control.Distributed.Process.Execution.Exchange: type BindingSelector k = (Message -> Process k)
+ Control.Distributed.Process.Execution.Exchange: type BindingSelector k = Message -> Process k
Files
- ChangeLog +4/−0
- distributed-process-execution.cabal +3/−3
ChangeLog view
@@ -1,3 +1,7 @@+2024-10-30 David Simmons-Duffin <dsd@caltech.edu> 0.1.4.1++* Bump dependency bound for ansi-terminal+ 2024-10-30 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.1.4.0 * Removed dependency on `rematch` (#459)
distributed-process-execution.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: distributed-process-execution-version: 0.1.4.0+version: 0.1.4.1 build-type: Simple license: BSD-3-Clause license-file: LICENCE@@ -72,7 +72,7 @@ -- x-uses-tf: true build-depends: base >= 4.14 && < 5,- ansi-terminal >= 0.5 && < 0.7,+ ansi-terminal >= 0.5 && < 1.2, containers, hashable, unordered-containers >= 0.2.3.0 && < 0.3,@@ -112,7 +112,7 @@ -- x-uses-tf: true build-depends: base >= 4.14 && < 5,- ansi-terminal >= 0.5 && < 0.7,+ ansi-terminal >= 0.5 && < 1.2, containers, hashable, unordered-containers >= 0.2.3.0 && < 0.3,