Opinionated template for new Haskell projects.
- Clone this repository
- Rename the folder to your project name
- Replace all occurences of
haskell-template
with your project name - Run
stack test
to build the project and run the tests - Run
stack run
to run the project - Run
stack install
to install the project (make it available in your PATH)