This GitHub organization is dedicated to the implementation of Cloud Haskell.
Cloud Haskell is a domain-specific language for developing distributed systems using the Actor model popularized by Erlang. It combines the Erlang model of scheduling remote execution of computation and handling of failure, with Haskell's advantages such as type safety.
The implementation of the Cloud Haskell ideas is centered around the distributed-process
repository.
You can find documentation and tutorials on haskell-distributed.github.io.