brought back fast ghci
This commit is contained in:
parent
b1e1043bdb
commit
8d47acc8f8
1 changed files with 4 additions and 0 deletions
4
ghci
Executable file
4
ghci
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
# ghci using objects built by cabal
|
||||
make dist/caballog
|
||||
$(grep 'ghc --make' dist/caballog | head -n 1 | perl -pe 's/--make/--interactive/; s/.\/[^\.\s]+.hs//; s/-package-id [^\s]+//g; s/-hide-all-packages//; s/-threaded//; s/-O//') $@
|
Loading…
Reference in a new issue