From 00469199cf35eef1f8f5a30d8205f9cce7b520dd Mon Sep 17 00:00:00 2001 From: maralorn Date: Mon, 19 Sep 2022 18:45:35 +0200 Subject: [PATCH] docs/supported-versions: Fix typo and make brittany versions more precise (#3201) --- docs/supported-versions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/supported-versions.md b/docs/supported-versions.md index c713823a2..647634240 100644 --- a/docs/supported-versions.md +++ b/docs/supported-versions.md @@ -49,8 +49,8 @@ Sometimes a plugin will be supported in the pre-built binaries but not in a HLS | Plugin | Unsupported GHC versions | |-------------------------------------|--------------------------| | `hls-alternate-number-plugin` | | -| `hls-brittany-plugin` | 9.2, 9.4 | -| `hls-code-ragne-plugin` | 9.4 | +| `hls-brittany-plugin` | 9.0.2, 9.2, 9.4 | +| `hls-code-range-plugin` | 9.4 | | `hls-call-hierarchy-plugin` | | | `hls-class-plugin` | 9.4 | | `hls-eval-plugin` | 9.4 |