Setting up Haskell dev environment

2018-12-16

In my usethetypes videos, I demonstrate how to use Intero and ghcid with VSCode. However, I always forget the magical commands to run. I summarize them below. These commands should be run from within your project directory, alongside your stack.yaml and .cabal files:

stack build intero
stack build --copy-compiler-tool ghcid

Related posts

Haskell scripting
Backpack with Stack
Using doctest-discover with Stack revisited
Using doctest-discover with Stack

Tags

Haskell
Stack

Content © 2024 Richard Cook. All rights reserved.