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
Gesh
GHC
Commits
b41049e9
Commit
b41049e9
authored
27 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-09-10 10:14:45 by simonm]
build and install Happy by default.
parent
74ed845e
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mk/config.mk.in
+13
-8
13 additions, 8 deletions
mk/config.mk.in
with
13 additions
and
8 deletions
mk/config.mk.in
+
13
−
8
View file @
b41049e9
...
@@ -109,12 +109,12 @@ LeadingUnderscore=@LeadingUnderscore@
...
@@ -109,12 +109,12 @@ LeadingUnderscore=@LeadingUnderscore@
# * ghc&hslibs next
# * ghc&hslibs next
# then it's up to you
# then it's up to you
ProjectsToBuild = glafp-utils literate ghc hslibs
ProjectsToBuild = glafp-utils literate
happy
ghc hslibs
#
#
# Make a distinction between building and installing, ProjectsToInstall
# Make a distinction between building and installing, ProjectsToInstall
# does not include the literate bits..
# does not include the literate bits..
#
#
ProjectsToInstall = glafp-utils ghc hslibs
ProjectsToInstall = glafp-utils
happy
ghc hslibs
#
#
# Should the various project tests directories be built?
# Should the various project tests directories be built?
...
@@ -155,18 +155,23 @@ ProjectPatchLevel =$(GhcProjectPatchLevel)
...
@@ -155,18 +155,23 @@ ProjectPatchLevel =$(GhcProjectPatchLevel)
# Variables that control how the compiler itself is built
# Variables that control how the compiler itself is built
# Specify the Haskell compiler to be used to compile the compiler itself
# Specify the Haskell compiler to be used to compile the compiler itself
# WithGhcHc Path name of the compiler to use
#
# Ghc2_0 Whether this compiler is GHC 2.0 or later
# WithGhcHc Path name of the compiler to use
# (which affects gruesome details about
#
# how mutually recursive modules are handled)
# Ghc2_0 Whether this compiler is GHC 2.0 or later
# WithGhcHcType What "type" of compiler is being used
# (which affects gruesome details about
# Valid options:
# how mutually recursive modules are handled)
#
# WithGhcHcType What "type" of compiler is being used
# Valid options:
# HC_CHALMERS_HBC
# HC_CHALMERS_HBC
# HC_GLASGOW_GHC
# HC_GLASGOW_GHC
# HC_ROJEMO_NHC
# HC_ROJEMO_NHC
# HC_UNSPECIFIED
# HC_UNSPECIFIED
WithGhcHc = ghc-0.29
WithGhcHc = ghc-0.29
Ghc2_0=NO
Ghc2_0=NO
# Unused, we think
# Unused, we think
# WithGhcHcType=HC_GLASGOW_GHC
# WithGhcHcType=HC_GLASGOW_GHC
...
...
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