From 5f261e76ee1dfe282e3f078eb9d596793d72a701 Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 19 Feb 2022 03:19:14 +0100 Subject: [PATCH] Troubleshooting: GHC 9.2 partial support --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index bccc5667ee..073c897534 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -144,7 +144,7 @@ If you see an error about HLS being compiled with the wrong version of GHC, then HLS does not support every GHC version - there are a lot of them! Please see the [supported versions page](./supported-versions.md) for more information. -In particular, support for GHC 9.0 and 9.2 is only partial; some features are unavailable with GHC >= 9.0.1, and HLS is not available at all for GHC 9.2. +In particular, support for GHC 9.0 and 9.2 is only partial; some features are unavailable with GHC >= 9.0.1. ### Missing server or build tools