summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-17 13:40:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-17 13:40:01 -0400
commit6a176acc6e40a68740dab363eac4bdd324a77eb8 (patch)
tree840b9648c801788c19fc645eba74c81a493a1955
parent3a6c9ad7d00c6795faefcacbc42dc57d26aecd61 (diff)
parent0014f1abfbb0544c2bcc9f55a38aeb8c4b0576c1 (diff)
Merge branch 'master' into tor
-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