From 9dc3f86b7a6bce6d035b859ea193e089a11d3c1b Mon Sep 17 00:00:00 2001
From: Tom Ellis <tom-git@jaguarpaw.co.uk>
Date: Sat, 13 Feb 2021 12:23:35 +0000
Subject: [PATCH] Clarify build instructions are for ghc-9.0 branch

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1e1aeca620..73faf6ce7d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -44,7 +44,7 @@ so that documentation built within GHC can benefit from it.
 
 #### Using `cabal`
 
-Requires cabal `>= 3.4` and GHC `== 9.0`:
+Building the `ghc-9.0` branch requires cabal `>= 3.4` and GHC `== 9.0`:
 
 ```bash
 cabal v2-build all --enable-tests
-- 
GitLab