diff options
author | Eric Lindblad <lindblad@gmx.us> | 2022-04-29 18:07:29 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-10 20:45:41 -0400 |
commit | df2e3373d534521d261e7b4fceee382c30974c0c (patch) | |
tree | c1946693ff94836d27504ad3a12172e19d9b0a97 /distrib | |
parent | 50347dedc6525fcd6b32e29c0c532248b6fdd1c6 (diff) | |
download | haskell-df2e3373d534521d261e7b4fceee382c30974c0c.tar.gz |
update INSTALL
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/INSTALL b/distrib/INSTALL index f0eb32f32d..543feb76ce 100644 --- a/distrib/INSTALL +++ b/distrib/INSTALL @@ -1,6 +1,6 @@ This is the INSTALL instructions for a binary distribution of GHC. For more details on what on earth this package is up to, please consult -the README and ANNOUNCE. +the accompanying README file. This distribution can be installed in a location of your choosing. @@ -25,14 +25,14 @@ Now run: For more information, full GHC documentation is available from the main GHC site: - http://www.haskell.org/ghc + https://www.haskell.org/ghc/ Bug reports/suggestions for improvement to the installation procedure/setup (as well as other GHC related troubles you're experiencing, of course), gratefully received. Bug reporting instructions are here: - http://www.haskell.org/ghc/reportabug + https://gitlab.haskell.org/ghc/ghc/-/wikis/report-a-bug Enjoy, -- The GHC Team. |