A set of modules used to teach Haskell development. Can be installed
with either stack
or cabal
by following instructions below.
Slides are available here.
Install stack
by following these
instructions
- Clone this repository:
git clone git://github.com/mschristiansen/intro
- Install GHC:
stack setup
- Compile and run:
stack exec intro
Prerequisite: working installation of git, GHC and Cabal. If not
installed, try the package manager that comes with your distribution
eg. for Ubuntu or Debian apt-get install git ghc cabal
.
- Clone this repository:
git clone git://github.com/mschristiansen/intro
- Create a sandbox for project dependencies:
cabal sandbox init
- Install project dependencies:
cabal install --dependencies-only --enable-tests
- Compile and run the application:
cabal run