No description
Find a file
2016-01-03 19:53:28 +01:00
scaffold fix using Haskell LTS and Stackage GHC 7.10 2015-05-01 18:49:16 +02:00
src fix #6 2015-08-24 14:33:18 +02:00
test fix stackage issue for GHC 7.10 2015-05-01 18:18:26 +02:00
.gitignore Parse JSON 2013-11-26 15:32:16 +01:00
auto-update small corrections 2013-12-04 13:35:31 +01:00
holy-project.cabal fix #6 2015-08-24 14:33:18 +02:00
LICENSE First commit with simple colors activated 2013-11-15 23:34:15 +01:00
README.md added a hackage badge to README 2016-01-03 19:53:28 +01:00
Setup.hs First commit with simple colors activated 2013-11-15 23:34:15 +01:00
stack.yaml added stack support 2015-08-24 14:33:32 +02:00

Holy Project

Hackage

Holy Project is an application which ask the user some questions and create files to help you starting a new Haskell project.

There are example for tests using HUnit and SmallCheck. It initialize git, use cabal sandboxes, and provide two useful scripts: auto-update and interact.

You could check this blog post to learn how it was made.

Install

cabal update && cabal install holy-project

Then simply:

cd ~/my-projects
holy-projects

And follows the instructions.

Thanks

Thanks to Kirill to have taken the time to fix it.