fix script
This commit is contained in:
parent
46297817c6
commit
dcf42949cb
1 changed files with 1 additions and 1 deletions
2
ghci
2
ghci
|
@ -1,4 +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//') $@
|
||||
$(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//') $@
|
||||
|
|
Loading…
Reference in a new issue