You can download Stack here or here
Stack is the package manager for Haskell projects
- Clone repo into [project-name]
- cd into [project-name]/
- Use the following commands
- Setup - stack setup
- Build - stack build
- Run - stack exec [project-name]-exe
- Test - stack test
- Make all changes before running Setup or Build commands
- Edit the package.yaml file in the appropriate places