Skip to content

cameronperera/Haskell-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell Boilerplate

Install Stack

You can download Stack here or here

Stack is the package manager for Haskell projects

Project Setup

  • Clone repo into [project-name]
  • cd into [project-name]/
  • Use the following commands
    • Setup - stack setup
    • Build - stack build
    • Run - stack exec [project-name]-exe
    • Test - stack test

Update boilerplate to your project

  • Make all changes before running Setup or Build commands
  • Edit the package.yaml file in the appropriate places

About

Boilerplate for haskell projects using Stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published