Created
September 8, 2019 19:20
-
-
Save alexpeits/b2725d66fb08a3dd628586eec8449143 to your computer and use it in GitHub Desktop.
Makefiles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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