1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
## The Haskell Tool Stack
[](https://github.com/commercialhaskell/stack/actions/workflows/unit-tests.yml)
[](https://github.com/commercialhaskell/stack/actions/workflows/integration-tests.yml)
[](https://github.com/commercialhaskell/stack/releases)
Stack is a cross-platform program for developing Haskell projects. It is intended for Haskellers both new and experienced.
See [haskellstack.org](http://haskellstack.org), or the [doc](./doc) directory
of this repository, for more information.
### Learning to use Stack
If you are learning to use Stack and have questions, a discussion at the
[Haskell Community](https://discourse.haskell.org/) forum may help. See its
'Learn' category.
### Community
You can participate with the Stack community in the following areas:
* the [Haskell Community](https://discourse.haskell.org/) forum
* the Haskell
[Stack and Stackage](https://matrix.to/#/#haskell-stack:matrix.org)
room (address `#haskell-stack:matrix.org`) on [Matrix](https://matrix.org/)
|