aef6579b
|
Ben Gamari
|
Update defer errors to runtime
|
|
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.
|
|
6530fd1d
|
Tobias Dammers
|
Fix markdown link syntax
|
|
cc1a7a6a
|
Tobias Dammers
|
Re-run import
|
|
8d2d9a9f
|
Tobias Dammers
|
Remove leading space from markdown link labels
|
|
af2bf74d
|
Simon Peyton Jones
|
Edit DeferErrorsToRuntime
|
|
782302ff
|
guest
|
Fix broken link
|
|
0fd7f7a2
|
ehamberg
|
Make it clear that this flag were indeed included in GHC 7.6
|
|
fbcba957
|
guest
|
Fix broken link to paper draft.
|
|
7507eaa3
|
dreixel
|
Edit DeferErrorsToRuntime
|
|