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
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
Alexander Kaznacheev
GHC
Commits
2c028d8f
Commit
2c028d8f
authored
11 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
Update obsolete URLs in documentation
Signed-off-by:
Herbert Valerio Riedel
<
hvr@gnu.org
>
parent
37ae422f
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
HACKING.md
+1
-1
1 addition, 1 deletion
HACKING.md
docs/users_guide/external_core.xml
+1
-1
1 addition, 1 deletion
docs/users_guide/external_core.xml
docs/users_guide/glasgow_exts.xml
+1
-1
1 addition, 1 deletion
docs/users_guide/glasgow_exts.xml
with
3 additions
and
3 deletions
HACKING.md
+
1
−
1
View file @
2c028d8f
...
...
@@ -30,7 +30,7 @@ find an overview here:
Next, clone the repository and all the associated libraries:
```
$ git clone http://
darcs
.haskell.org/ghc.git
/
$ git clone http://
git
.haskell.org/ghc.git
$ cd ghc
$ ./sync-all --testsuite get
```
...
...
This diff is collapsed.
Click to expand it.
docs/users_guide/external_core.xml
+
1
−
1
View file @
2c028d8f
...
...
@@ -158,7 +158,7 @@ I am unsure of the proper DocBook elements.
<para>
Formal static and dynamic semantics in the form of an executable
typechecker and interpreter are available separately in the GHC
source tree
<footnote><ulink
url=
"http://
darcs
.haskell.org/ghc"
>
http://
darcs
.haskell.org/ghc
</ulink></footnote>
<footnote><ulink
url=
"http://
git
.haskell.org/ghc
.git/tree
"
>
http://
git
.haskell.org/ghc
.git
</ulink></footnote>
under
<code>
utils/ext-core
</code>
.
</para>
</section>
...
...
This diff is collapsed.
Click to expand it.
docs/users_guide/glasgow_exts.xml
+
1
−
1
View file @
2c028d8f
...
...
@@ -8966,7 +8966,7 @@ Because the preprocessor targets Haskell (rather than Core),
patterns
</emphasis>
, written
<literal>
!
<replaceable>
pat
</replaceable></literal>
.
Bang patterns are under consideration for Haskell Prime.
The
<ulink
url=
"http://
hackage
.haskell.org/trac/haskell-prime/wiki/BangPatterns"
>
Haskell
url=
"http://
ghc
.haskell.org/trac/haskell-prime/wiki/BangPatterns"
>
Haskell
prime feature description
</ulink>
contains more discussion and examples
than the material below.
</para>
...
...
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