[Git][ghc/ghc][wip/backports-9.0] ghci-cabal
Ben Gamari
gitlab at gitlab.haskell.org
Mon Nov 30 02:17:54 UTC 2020
Ben Gamari pushed to branch wip/backports-9.0 at Glasgow Haskell Compiler / GHC
Commits:
41928ca4 by Ben Gamari at 2020-11-29T21:17:46-05:00
ghci-cabal
- - - - -
1 changed file:
- hadrian/ghci-cabal.in
Changes:
=====================================
hadrian/ghci-cabal.in
=====================================
@@ -5,5 +5,5 @@
set -e
# Replace newlines with spaces, as these otherwise break the ghci invocation on windows.
-GHC_FLAGS="$GHC_FLAGS $(TERM=dumb CABFLAGS=-v0 "hadrian/build-cabal" tool:ghc/Main.hs -q --build-root=.hadrian_ghci --flavour=ghc-in-ghci $HADRIAN_ARGS | tr '\n\r' ' ')"
+GHC_FLAGS="$GHC_FLAGS $(TERM=dumb CABFLAGS=-v0 "hadrian/build-cabal" -w "$GHC" tool:ghc/Main.hs -q --build-root=.hadrian_ghci --flavour=ghc-in-ghci $HADRIAN_ARGS | tr '\n\r' ' ')"
@WithGhc@ --interactive $GHC_FLAGS $@ -fno-code -fwrite-interface -hidir=.hadrian_ghci/interface -O0 +RTS -A128m
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/41928ca4d42a6af52262af782b6daa737df1eac7
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/41928ca4d42a6af52262af782b6daa737df1eac7
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201129/bd56eadd/attachment.html>
More information about the ghc-commits
mailing list