distributed-process

Cloud Haskell: Erlang-style concurrency in Haskell

https://haskell-distributed.github.io/

Version on this page:0.7.7@rev:2
LTS Haskell 23.21:0.7.8
Stackage Nightly 2025-05-04:0.7.8
Latest on Hackage:0.7.8

See all snapshots distributed-process appears in

BSD-3-Clause licensed by Duncan Coutts, Nicolas Wu, Edsko de Vries
Maintained by The Distributed Haskell team
This version can be pinned in stack with:distributed-process-0.7.7@sha256:a1815aa50c7569317122327c8d00f700440bda66301827c94f6f35d344219ca8,7868

This is an implementation of Cloud Haskell, as described in Towards Haskell in the Cloud by Jeff Epstein, Andrew Black, and Simon Peyton Jones (https://simon.peytonjones.org/haskell-cloud/), although some of the details are different. The precise message passing semantics are based on A unified semantics for future Erlang by Hans Svensson, Lars-Åke Fredlund and Clara Benac Earle.

You will probably also want to install a Cloud Haskell backend such as distributed-process-simplelocalnet.