Skip to content

maylonpedroso/cis194-templates

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.3%
  • Other 0.7%