init-haskell-project/README.md
Yann Esposito (Yogsototh) dec7358f95 Added a simple README file
2013-11-15 17:01:30 +01:00

630 B

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