Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 844 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 844 Bytes

cis194-templates

CircleCI

Requirements

Install haskell-stack.

Getting Started

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

Developing with nix-shell

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

Tips & Tricks

Run linter:

stack test :hlint

License

Licensed under the MIT License.