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
obsidiansystems
GHC
Commits
d78bbf92
Commit
d78bbf92
authored
Nov 17, 2010
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build random with the stage2 compiler
parent
8350c217
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ghc.mk
ghc.mk
+1
-1
No files found.
ghc.mk
View file @
d78bbf92
...
...
@@ -299,7 +299,7 @@ DPH_PACKAGES := dph/dph-base dph/dph-prim-interface dph/dph-prim-seq \
# Packages that, if present, must be built by the stage2 compiler,
# because they use TH and/or annotations, or depend on other stage2
# packages:
STAGE2_PACKAGES
:=
$(DPH_PACKAGES)
haskell98 haskell2010
STAGE2_PACKAGES
:=
$(DPH_PACKAGES)
haskell98 haskell2010
random
# Packages that we shouldn't build if we don't have TH (e.g. because
# we're building a profiled compiler):
TH_PACKAGES
:=
$(DPH_PACKAGES)
...
...
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