Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,310
Issues
4,310
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
382
Merge Requests
382
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
2c028d8f
Commit
2c028d8f
authored
Nov 03, 2013
by
Herbert Valerio Riedel
🕺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update obsolete URLs in documentation
Signed-off-by:
Herbert Valerio Riedel
<
hvr@gnu.org
>
parent
37ae422f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
HACKING.md
HACKING.md
+1
-1
docs/users_guide/external_core.xml
docs/users_guide/external_core.xml
+1
-1
docs/users_guide/glasgow_exts.xml
docs/users_guide/glasgow_exts.xml
+1
-1
No files found.
HACKING.md
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
```
...
...
docs/users_guide/external_core.xml
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>
...
...
docs/users_guide/glasgow_exts.xml
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>
...
...
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