X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc.mk;h=906ea2932f699cd852be60e10c9102c4112dc923;hb=edeee10702955ca3c53444f2f328b4cce0ab3e32;hp=e0d2cce972723e10e22279d89a3cb7d4e0769efe;hpb=ec064b6d9d43b1655dd24df06d29b5e43940c7d6;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index e0d2cce..906ea29 100644 --- a/ghc.mk +++ b/ghc.mk @@ -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 # -----------------------------------------------------------------------------