diff options
author | Ian Lynagh <igloo@earth.li> | 2010-09-20 20:16:20 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-09-20 20:16:20 +0000 |
commit | b8384ce5da4738c0a6d3eaf11de03cab3ddd3cd6 (patch) | |
tree | aef66d589ecc8070e2472ec9da07710ff15113aa /ghc.mk | |
parent | a22548125be4853556a9d93b66d72199fbf28db8 (diff) | |
download | haskell-b8384ce5da4738c0a6d3eaf11de03cab3ddd3cd6.tar.gz |
Implement archive loading for ghci
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -739,7 +739,9 @@ $(foreach pkg,$(BOOT_PKGS),$(eval libraries/$(pkg)_dist-boot_HC_OPTS += $$(GhcBo GHCI_LIBS = $(foreach lib,$(PACKAGES),$(libraries/$(lib)_dist-install_GHCI_LIB)) \ $(compiler_stage2_GHCI_LIB) +ifeq "$(UseArchivesForGhci)" "NO" ghc/stage2/build/tmp/$(ghc_stage2_PROG) : $(GHCI_LIBS) +endif endif |