Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
fb11ede0
Commit
fb11ede0
authored
Sep 23, 2010
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add deps for TH uses in vector
parent
8e888d3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ghc.mk
ghc.mk
+5
-0
No files found.
ghc.mk
View file @
fb11ede0
...
...
@@ -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
# -----------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment