mu-haskell/README.md

15 lines
878 B
Markdown
Raw Permalink Normal View History

2019-09-30 16:28:21 +03:00
# Mu for Haskell
2020-06-26 16:05:58 +03:00
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
[![Actions Status](https://github.com/higherkindness/mu-haskell/workflows/Haskell%20CI/badge.svg)](https://github.com/higherkindness/mu-haskell/actions)
2019-09-30 16:28:21 +03:00
This repo defines a set of libraries to write microservices in a format- and protocol-independent way. It shares the same goals as [Mu for Scala](http://higherkindness.io/mu/), but using idiomatic Haskell and more type-level techniques.
2019-10-02 16:35:27 +03:00
## [Documentation](docs)
2019-09-30 16:28:21 +03:00
## Contributing
2020-10-15 10:57:19 +03:00
This set of libraries are thought to be built using [Stack](https://docs.haskellstack.org). Just jump into the folder and run `stack build`! The top-level `stack.yaml` defines a common resolver and set of dependencies for all the packages.
If you want to contribute, please be sure to read the [development guidelines](DEVELOPMENT.md) first.