aboutsummaryrefslogtreecommitdiff
path: root/ghci
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-17 13:39:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-17 13:39:30 -0400
commit0014f1abfbb0544c2bcc9f55a38aeb8c4b0576c1 (patch)
tree69b461edab01ab52f0a26871984cc89a1fcb82b8 /ghci
parent2286c5acb4b3917a71067264cc1075638848d340 (diff)
avoid tab warnings from ghc 8
Diffstat (limited to 'ghci')
-rwxr-xr-xghci2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghci b/ghci
index b8e4539df..fccfc661a 100755
--- a/ghci
+++ b/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