Skip to content

Instantly share code, notes, and snippets.

@alexpeits
Created September 8, 2019 19:20
Show Gist options
  • Save alexpeits/b2725d66fb08a3dd628586eec8449143 to your computer and use it in GitHub Desktop.
Save alexpeits/b2725d66fb08a3dd628586eec8449143 to your computer and use it in GitHub Desktop.
Makefiles
ghcid:
ghcid -a --command="stack ghci -- src/**/*.hs"
ghcid-doctest:
ghcid -a --command='stack ghci -- src/**/*.hs' --test ':!stack exec doctest -- --verbose -XOverloadedStrings src/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment