Skip to content

ashwinvis/experiments-with-haskell

Repository files navigation

Experiments with Haskell

A journal for the journey to enlightenment.

Mentors

Let's not go overboard with resources. Try to limit with maximum 3 learning materials.

Requirements

  • ghc
  • stack
  • IHaskell

Installation

Arch Linux:

sudo pacman -S ghc stack haskell-gtk2hs-buildtools python-pipenv

If you never used stack before, run stack init first. And finally:

git clone https://github.com/gibiansky/IHaskell
pipenv install
pipenv shell
cd IHaskell
stack install --fast
ihaskell install --stack
jupyter labextension install ihaskell_labextension

or for another generic machine, follow instructions in the IHaskell README.