Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 687 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 687 Bytes

Haskell Template

Opinionated template for new Haskell projects.

Used Technologies

Usage

  1. Clone this repository
  2. Rename the folder to your project name
  3. Replace all occurences of haskell-template with your project name
  4. Run stack test to build the project and run the tests
  5. Run stack run to run the project
  6. Run stack install to install the project (make it available in your PATH)