No description
Find a file
Yann Esposito (Yogsototh) 7fd9c74d8f updated to GHC 7.8.2
2014-04-19 08:18:20 +02:00
scaffold fix the auto-update script 2014-04-18 20:21:33 +02:00
src updated to GHC 7.8.2 2014-04-19 08:18:20 +02:00
test hlint pass 2013-12-04 00:12:39 +01: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 updated to GHC 7.8.2 2014-04-19 08:18:20 +02:00
interact QuickCheck SmallCheck and interact 2013-12-03 16:54:56 +01:00
LICENSE First commit with simple colors activated 2013-11-15 23:34:15 +01:00
README.md added a README file 2014-01-15 23:19:37 +01:00
Setup.hs First commit with simple colors activated 2013-11-15 23:34:15 +01:00

Holy Project

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.

Thanks

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