summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Eisenberg <rae@richarde.dev>2021-11-11 14:33:34 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-15 13:20:18 -0500
commitcc635da167fdec2dead0603b0026cb841f0aa645 (patch)
treec0053abd9abc636388b8520cb2c54700984efd87 /README.md
parentd9f5490591c290295e161431008d60a4495c2390 (diff)
downloadhaskell-cc635da167fdec2dead0603b0026cb841f0aa645.tar.gz
Link to ghc-proposals repo from README
A potential contributor said that they weren't aware of ghc-proposals. This might increase visibility.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b97aa5a50c..cc80fca789 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ environment for the Haskell functional programming language.
For more information, visit [GHC's web site][1].
-Information for developers of GHC can be found on the [GHC issue tracker][2].
+Information for developers of GHC can be found on the [GHC issue tracker][2], and you can also view [proposals for new GHC features][13].
Getting the Source
@@ -126,3 +126,5 @@ you to join!
"http://www.haskell.org/pipermail/glasgow-haskell-users/"
[12]: https://gitlab.haskell.org/ghc/ghc/wikis/team-ghc
"https://gitlab.haskell.org/ghc/ghc/wikis/team-ghc"
+ [13]: https://github.com/ghc-proposals/ghc-proposals
+ "https://github.com/ghc-proposals/ghc-proposals"