Haskell Dev Example: Nix Shell + VIM + GHCID

by bradparker secret
GNU/Linux ◆ screen-256color ◆ bash 368 views

A possible Haskell development setup.

The example project here is https://github.com/bradparker/servant-beam-realworld-example-app.

Nix Shell provides an environment including

VIM 8+ is used to run GHCID using: :vert bo term nix-shell --run dev/watch-tests

You’d probably want to run just the nix-shell --run dev/watch-tests part in a terminal split :).