No description
Find a file
Yann Esposito (Yogsototh) 3c6d3c6584 different test
2013-11-15 19:57:11 +01:00
holy-haskell.sh different test 2013-11-15 19:57:11 +01:00
README.md Added a simple README file 2013-11-15 17:01:30 +01:00

Holy Haskell

This very simple script will initialize your new Haskell project. It will initialize the .gitignore file, the cabal file and give an example of test suite.

Usage

Clone the repository locally and launch the script:

./holy-haskell.sh

It will ask some questions, do your best dear aventurer!

dependencies

  • Haskell

  • cabal version at least 1.18 ; to install it:

    cabal update
    cabal install cabal-install
    
  • git

  • zsh which should be already installed on most platform