X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc.mk;h=de304119b85e5609f5524787693dff5ae0d31c93;hp=e0d2cce972723e10e22279d89a3cb7d4e0769efe;hb=5de363ca9ebdb7d85e3c353c1cffdf0a1c11128e;hpb=ec064b6d9d43b1655dd24df06d29b5e43940c7d6 diff --git a/ghc.mk b/ghc.mk index e0d2cce..de30411 100644 --- a/ghc.mk +++ b/ghc.mk @@ -767,6 +767,17 @@ ifeq "$(UseArchivesForGhci)" "NO" ghc/stage2/build/tmp/$(ghc_stage2_PROG) : $(GHCI_LIBS) endif +ifeq "$(UseArchivesForGhci)" "YES" +GHCI_lib_way = v +else +GHCI_lib_way = GHCI +endif + +# Deps for TH uses in libraries +$(foreach way, $(GhcLibWays),$(eval \ +libraries/vector/dist-install/build/Data/Vector/Fusion/Stream/Monadic.$($(way)_osuf): \ + $(libraries/primitive_dist-install_$(GHCI_lib_way)_LIB) \ + )) endif # -----------------------------------------------------------------------------