Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
80ca989b
Commit
80ca989b
authored
Feb 17, 2010
by
Simon Marlow
Browse files
Allow extra packages to be added to the build, by setting $(EXTRA_PACKAGES)
parent
6e9501c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
80ca989b
...
...
@@ -339,6 +339,8 @@ $(eval $(call addPackage,terminfo,($$(Windows),NO)))
$(eval
$(call
addPackage,haskeline))
$(foreach
pkg,$(EXTRA_PACKAGES),$(eval
$(call
addPackage,$(pkg))))
ifneq
"$(BootingFromHc)" "YES"
PACKAGES_STAGE2
+=
\
dph/dph-base
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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