avoid tab warnings from ghc 8
This commit is contained in:
parent
9cc9bd8a10
commit
6a5592c05f
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//') $@
|
||||
$(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//') $@ -fno-warn-tabs
|
||||
|
|
Loading…
Reference in a new issue