X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=906ea2932f699cd852be60e10c9102c4112dc923;hb=edeee10702955ca3c53444f2f328b4cce0ab3e32;hp=805fc14f76b761b3092e74e8af1b3e23c9894fdc;hpb=47c0fd27b2fbad86bdfa646e976fb45dcde59db6;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index 805fc14..906ea29 100644 --- a/ghc.mk +++ b/ghc.mk @@ -297,7 +297,7 @@ INTREE_ONLY_PACKAGES := haskeline mtl terminfo utf8-string xhtml # packages. STAGE2_PACKAGES := dph/dph-base dph/dph-prim-interface dph/dph-prim-seq \ dph/dph-common dph/dph-prim-par dph/dph-par dph/dph-seq \ - vector + vector primitive # Packages that are built by stage0, in addition to stage1. These # packages are dependencies of GHC, that we do not assume the stage0 @@ -767,6 +767,11 @@ ifeq "$(UseArchivesForGhci)" "NO" ghc/stage2/build/tmp/$(ghc_stage2_PROG) : $(GHCI_LIBS) 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_dyn_LIB) \ + )) endif # -----------------------------------------------------------------------------