Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
fb11ede0
Commit
fb11ede0
authored
Sep 23, 2010
by
Ian Lynagh
Browse files
Add deps for TH uses in vector
parent
8e888d3d
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc.mk
View file @
fb11ede0
...
@@ -767,6 +767,11 @@ ifeq "$(UseArchivesForGhci)" "NO"
...
@@ -767,6 +767,11 @@ ifeq "$(UseArchivesForGhci)" "NO"
ghc/stage2/build/tmp/$(ghc_stage2_PROG)
:
$(GHCI_LIBS)
ghc/stage2/build/tmp/$(ghc_stage2_PROG)
:
$(GHCI_LIBS)
endif
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
endif
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
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