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
Alex D
GHC
Commits
d9064fb5
Commit
d9064fb5
authored
Sep 25, 2010
by
Ian Lynagh
Browse files
Fix the TH deps
parent
2e61af71
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
d9064fb5
...
...
@@ -767,10 +767,16 @@ ifeq "$(UseArchivesForGhci)" "NO"
ghc/stage2/build/tmp/$(ghc_stage2_PROG)
:
$(GHCI_LIBS)
endif
ifeq
"$(UseArchivesForGhci)" "YES"
GHCI_lib_way
=
v
else
GHCI_lib_way
=
GHCI
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)
\
$(libraries/primitive_dist-install_
$(GHCI_lib_way)
_LIB)
\
))
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