Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Glasgow Haskell Compiler
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Piyush P Kurur
Glasgow Haskell Compiler
Commits
617c933f
Commit
617c933f
authored
14 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
Update darcs references to git in README
parent
99d5f763
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+3
-3
3 additions, 3 deletions
README
with
3 additions
and
3 deletions
README
+
3
−
3
View file @
617c933f
...
...
@@ -34,7 +34,7 @@ There are two ways to get a source tree:
$ git clone http://darcs.haskell.org/ghc.git/
Then run the
darcs
-all script in that repository
Then run the
sync
-all script in that repository
to get the other repositories:
$ cd ghc
...
...
@@ -54,7 +54,7 @@ NB. you need GHC installed in order to build GHC, because the compiler
is itself written in Haskell. For instructions on how to port GHC to a
new platform, see the Building Guide.
If you're building from
darcs
sources (as opposed to a source
If you're building from
git
sources (as opposed to a source
distribution) then you also need to install Happy [4] and Alex [5].
For building library documentation, you'll need Haddock [6]. To build
...
...
@@ -69,7 +69,7 @@ Quick start: the following gives you a default build:
$ make install
The "perl boot" step is only necessary if this is a tree checked out
from
darcs
. For source distributions downloaded from GHC's web site,
from
git
. For source distributions downloaded from GHC's web site,
this step has already been performed.
These steps give you the default build, which includes everything
...
...
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