Recipe for installing stack and using it interactively.
- Install
stack-- https://docs.haskellstack.org/en/stable/README/ - Choose a resolver - e.g. lts-6.11
- Edit ~/.stack/global-project/stack.yaml and set
resolver:to the value selected in step 3. - Run:
stack setup
Now when you want to run ghci use: