87896e0f
|
Peter Trommler
|
Minor clarification
|
|
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.
|
|
3520f101
|
Ben Gamari
|
gh-ci -> GHCi
|
|
6530fd1d
|
Tobias Dammers
|
Fix markdown link syntax
|
|
cc1a7a6a
|
Tobias Dammers
|
Re-run import
|
|
255e60a6
|
Ben Gamari
|
gh-ci -> GHCi
|
|
8d2d9a9f
|
Tobias Dammers
|
Remove leading space from markdown link labels
|
|
3b25c507
|
Peter Trommler
|
more answers, explanations, and also a new question
|
|
0b4a7aef
|
simonmar
|
Edit LinkingHaskell
|
|
6b9fb4f2
|
Peter Trommler
|
Note on transitive closure not required for dynamic libraries
|
|
950597f4
|
Peter Trommler
|
Clarify, answer questions and start RTS linker
|
|
61a2a650
|
simonmar
|
Edit LinkingHaskell
|
|
5f5b087e
|
Peter Trommler
|
Order of linker arguments
|
|