From fb11ede04563625454ab7eb1cd6407901f5f4018 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 23 Sep 2010 22:02:44 +0000 Subject: [PATCH] Add deps for TH uses in vector --- ghc.mk | 5 +++++ 1 file changed, 5 insertions(+) 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 # ----------------------------------------------------------------------------- -- 1.7.10.4