From 49e05a0d15670440f3b45a46acc381d3bc4d5d9a Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 1 Oct 2018 14:15:02 +0800 Subject: [PATCH] Fix wording in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c09037..e5fb695 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,6 @@ Ask your distributor on how to solve this. Although this script can compile GHC for you, it's just a very thing wrapper around the build system. It makes no effort in trying -to figure out whether you have the current toolchain and +to figure out whether you have the correct toolchain and the correct dependencies. Refer to [the official docs](https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Linux) on how to prepare your environment for building GHC.