- Make sure you have Stack installed
- Clone this repo
- Run
stack build
in the root stack install
will install the Carp command line tool for easy access on your system- Make sure that the directory where stack installs executables is on your PATH, i.e:
export PATH=~/.local/bin:$PATH
- Set the environment variable CARP_DIR so that it points to the root of the Carp repo.
export CARP_DIR=~/Carp/