Install haskell-stack.
Clone the repository:
git clone https://github.com/stackbuilders/cis194-templates.git
Install the dependencies and compile the project:
stack build
Run the tests:
stack test
Install nix package manager:
sh <(curl https://nixos.org/nix/install)
Spawn a new shell with all the dependencies defined at shell.nix:
nix-shell
Run linter:
stack test :hlint
Licensed under the MIT License.