Skip to content
GitLab
Explore
Sign in
Register
History
Versions
10
Version
Author
Diff
Last updated
v10
Ben Gamari
Rewrite superfluous issue links Many issues in the wiki were unnecessarily links: ``` ... patch posted in [\#1346](https://gitlab.haskell.org/ghc/ghc/issues/1346). ``` This rewrites these as `#1346` using ```bash sed -i -r -e 's/\[\\#([0-9]+)\]\([^)]+\/\1\)/#\1/g' $(find -iname '*.md') ``` And manually eyeballing the result.
Apr 01, 2019
v9
Tobias Dammers
Fix markdown link syntax
Mar 29, 2019
v8
Tobias Dammers
Remove leading space from markdown link labels
Mar 14, 2019
v7
dreixel
Update text for 7.8, add how to make your code compile again
Feb 25, 2014
v6
dreixel
Edit GhcKinds/PolyTypeable
Jun 06, 2013
v5
dreixel
Edit GhcKinds/PolyTypeable
Sep 24, 2012
v4
dreixel
Update milestones
Sep 24, 2012
v3
dreixel
Edit GhcKinds/PolyTypeable
May 23, 2012
v2
dreixel
Edit GhcKinds/PolyTypeable
Apr 05, 2012
v1
Simon Peyton Jones
Edit GhcKinds/PolyTypeable
Feb 14, 2012