From 15318d1c79d26afe56ddfa03b9af9a327b59d487 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Wed, 23 Oct 2024 13:07:38 -0400 Subject: [PATCH] Redundant "that". Co-authored-by: brandon s allbery kf8nh --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 67c149494ac..90d43196ab5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -200,7 +200,7 @@ formatting: > [!NOTE] > We use `fourmolu-0.12.0.0` for formatting. If installing it with `cabal -> install`, please make sure to use a version of `GHC >= 9.2.1 && < 9.8`. That +> install`, please make sure to use a version of `GHC >= 9.2.1 && < 9.8`. > Its requirement of `GHC2021` sets the lower bound, and its reliance on > `ghc-lib-parser` sets the upper bound on GHC versions. The command for > installing it this way is: