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
|
|
8d2d9a9f
|
Tobias Dammers
|
Remove leading space from markdown link labels
|
|
1ad0b08f
|
simonmar
|
Edit Commentary/Packages/PackageCompatibilityProposal
|
|
ffb27ef5
|
simonmar
|
Edit Commentary/Packages/PackageCompatibilityProposal
|
|
156d9bf4
|
guest
|
fill in section 5 (provides/requires)
|
|
0ccc9fec
|
duncan
|
Add info on package overlaps and lax base version deps
|
|
cf4e119d
|
guest
|
fixed? ref to non-existent solution 3, added note about renaming to lax version deps.
|
|
b6046d58
|
simonmar
|
Edit Commentary/Packages/PackageCompatibilityProposal
|
|