Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Wiki
distributed haskell
distributed haskell
· History
Page version
Author
Changes
Last updated
56738617
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
6530fd1d
Tobias Dammers
Fix markdown link syntax
Mar 29, 2019
cc1a7a6a
Tobias Dammers
Re-run import
Mar 29, 2019
8d2d9a9f
Tobias Dammers
Remove leading space from markdown link labels
Mar 14, 2019
b071e6e4
takenobu
Fix broken link
Jul 23, 2017
519e9d46
Simon Peyton Jones
Edit DistributedHaskell
Feb 26, 2015
c2597726
pmaier
Edit DistributedHaskell
Jan 09, 2015
7170c034
mboes
Add link to implementation plan.
Nov 24, 2014
63a1660d
Simon Peyton Jones
Edit DistributedHaskell
Oct 14, 2014