diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-09-15 12:05:11 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-16 04:54:38 -0400 |
commit | b695e7d73617ab19170d37b383315e8ede289c5e (patch) | |
tree | 21e449b1385d785f859f8cb5ff93b8fc7244c581 /ghc.mk | |
parent | ce42e187ebfc81174ed477f247f023ae094c9b24 (diff) | |
download | haskell-b695e7d73617ab19170d37b383315e8ede289c5e.tar.gz |
Rename ghci flag into internal-interpreter
"ghci" as a flag name was confusing because it really enables the
internal-interpreter. Even the ghci library had a "ghci" flag...
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -598,7 +598,7 @@ endif BOOT_LIBS = $(foreach lib,$(PACKAGES_STAGE0),$(libraries/$(lib)_dist-boot_v_LIB)) # Only build internal interpreter support for the stage2 ghci lib -libraries/ghci_dist-install_CONFIGURE_OPTS += --flags=ghci +libraries/ghci_dist-install_CONFIGURE_OPTS += --flags=internal-interpreter # ---------------------------------------- # Special magic for the ghc-prim package |