Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Haslop
GHC
Commits
d78bbf92
Commit
d78bbf92
authored
14 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
Build random with the stage2 compiler
parent
8350c217
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc.mk
+1
-1
1 addition, 1 deletion
ghc.mk
with
1 addition
and
1 deletion
ghc.mk
+
1
−
1
View file @
d78bbf92
...
@@ -299,7 +299,7 @@ DPH_PACKAGES := dph/dph-base dph/dph-prim-interface dph/dph-prim-seq \
...
@@ -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,
# Packages that, if present, must be built by the stage2 compiler,
# because they use TH and/or annotations, or depend on other stage2
# because they use TH and/or annotations, or depend on other stage2
# packages:
# 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
# Packages that we shouldn't build if we don't have TH (e.g. because
# we're building a profiled compiler):
# we're building a profiled compiler):
TH_PACKAGES
:=
$(
DPH_PACKAGES
)
TH_PACKAGES
:=
$(
DPH_PACKAGES
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment