Get involved¶
Feedback and discussion¶
- For general comments, feedback and support, please post to the Haskell Community forum.
- For bugs, issues, or requests, please open an issue.
- When using Stack Overflow, please use the haskell-stack tag.
How to contribute to the maintenance or development of Stack¶
A guide is provided to help potential contributors to the Stack project.
If you have already installed a version of Stack and the Git application the followings steps should get you started with building Stack from source with Stack:
-
Clone the
stack
repository from GitHub with the command: -
Change the current working directory to the cloned
stack
directory with the command: -
Build the
stack
executable using a preexisting installation of Stack with the command: -
Once the
stack
executable has been built, check its version with the command:Make sure the version is the latest one.
-
In the GitHub repository's issue tracker, look for issues tagged with newcomer friendly and awaiting pull request labels.
If you need to check your changes quickly command:
and then, at the REPL's prompt, command:
This allows you to set a special Stack root (instead of the default Stack root)
and to target your commands at a particular stack.yaml
file instead of the one
found in the current directory.