No description
Find a file
Yann Esposito (Yogsototh) b3a7c1f760 swap order of some output
2013-11-15 22:14:22 +01:00
holy-haskell.sh swap order of some output 2013-11-15 22:14:22 +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