diff options
author | Ian Lynagh <igloo@earth.li> | 2010-09-23 22:02:44 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-09-23 22:02:44 +0000 |
commit | fb11ede04563625454ab7eb1cd6407901f5f4018 (patch) | |
tree | 7bae6d8197f05a3f75e3ba949dece0ae53542eb8 /ghc.mk | |
parent | 8e888d3db65fde6139d13368d30258b5452a67db (diff) | |
download | haskell-fb11ede04563625454ab7eb1cd6407901f5f4018.tar.gz |
Add deps for TH uses in vector
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 # ----------------------------------------------------------------------------- |