[Git][ghc/ghc][wip/backports-9.0] ghci-cabal

Ben Gamari gitlab at gitlab.haskell.org
Mon Nov 30 02:22:38 UTC 2020



Ben Gamari pushed to branch wip/backports-9.0 at Glasgow Haskell Compiler / GHC


Commits:
b2f3f92d by Ben Gamari at 2020-11-29T21:22:32-05:00
ghci-cabal

- - - - -


2 changed files:

- .gitlab-ci.yml
- hadrian/ghci-cabal.in


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -346,6 +346,7 @@ lint-base:
   extends: .lint-params
   variables:
     BUILD_FLAVOUR: default
+    BIN_DIST_NAME: ghc.tar.xz
   script:
     - .gitlab/ci.sh setup
     - .gitlab/ci.sh configure


=====================================
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/b2f3f92d38bc2efd744c652dfde75b2327e714d7

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b2f3f92d38bc2efd744c652dfde75b2327e714d7
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/0e4aa01d/attachment-0001.html>


More information about the ghc-commits mailing list