diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1e1aeca620b0dcdffcbae9452117fb41af9c1c64..af7a414f911987f9be50455688deb35e89cd397d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -44,20 +44,17 @@ so that documentation built within GHC can benefit from it.
 
 #### Using `cabal`
 
-Requires cabal `>= 3.4` and GHC `== 9.0`:
+Requires cabal `>= 3.4` and the latest build of GHC:
+
+You can install the latest build of GHC via ghcup using this command:
 
 ```bash
-cabal v2-build all --enable-tests
-cabal v2-test all
+ghcup install ghc -u "https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-deb9-linux-integer-simple.tar.xz?job=validate-x86_64-linux-deb9-integer-simple" head
 ```
 
-#### Using `stack`
-
 ```bash
-stack init
-stack build
-export HADDOCK_PATH="$(stack exec which haddock)"
-stack test
+cabal v2-build all --enable-tests
+cabal v2-test all
 ```
 
 ### Updating golden testsuite outputs