Skip to content
GitLab
Explore
Sign in
Register
History
Versions
6
Version
Author
Diff
Last updated
v6
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
v5
Tobias Dammers
Fix markdown link syntax
Mar 29, 2019
v4
Tobias Dammers
Re-run import
Mar 29, 2019
v3
Ryan Scott
Even more tickets
Dec 02, 2018
v2
Simon Peyton Jones
Edit InterleavingTypeInstanceChecking
Aug 22, 2016
v1
Matthew Pickering
Edit InterleavingTypeInstanceChecking
Aug 21, 2016