Official documentation website for the Haskell Distributed libraries.
Live site: https://haskell-distributed.github.io
This site provides documentation, tutorials, and resources for Cloud Haskell - a set of libraries for Erlang-style concurrent and distributed programming in Haskell.
- Static Site Generator: Hakyll (Haskell-based)
- CSS Framework: Bulma
- Design Inspiration: Modern documentation sites like Tokio and Irmin
See README-BUILD.md for detailed build instructions.
Quick start:
cabal build
cabal run site build
cabal run site watch # Preview at http://localhost:8000Contributions are welcome! Please feel free to submit pull requests for:
- Documentation improvements
- Tutorial additions
- Bug fixes
- Design enhancements
The Cloud Haskell Platform is open source and available under the BSD3 license.