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
d9064fb5
Commit
d9064fb5
authored
Sep 25, 2010
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the TH deps
parent
2e61af71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
ghc.mk
ghc.mk
+7
-1
No files found.
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
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