Skip to content
Snippets Groups Projects
Commit d47126e8 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Add ghcid-cli Makefile rule

parent c8885ed9
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,9 @@ gen-extra-source-files-cli :
ghcid-lib :
ghcid -c 'cabal new-repl Cabal'
ghcid-cli :
ghcid -c 'cabal new-repl cabal-install'
# doctests (relies on .ghc.environment files)
doctest :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment