From: Ian Lynagh Date: Thu, 23 Sep 2010 22:02:44 +0000 (+0000) Subject: Add deps for TH uses in vector X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fb11ede04563625454ab7eb1cd6407901f5f4018 Add deps for TH uses in vector --- 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 # -----------------------------------------------------------------------------