Skip to content

Commit bd59f54

Browse files
committed
Update CONTRIBUTING.md
1 parent 8df7c06 commit bd59f54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ how something is implemented in a feature idea or bug ticket beforehand.
6868

6969
To build Haskell code in this repository, you need to install:
7070

71-
* The [GHC](https://www.haskell.org/ghc/) compiler version 9.6.3
72-
* [cabal](https://www.haskell.org/cabal/) build tool
71+
* The [GHC](https://www.haskell.org/ghc/) compiler version 9.10.1
72+
* [cabal](https://www.haskell.org/cabal/) build tool version 3.12.1.0
7373

7474
> [!NOTE]
7575
> Installing those tools might depend on your system's details, we suggest two different methods:
7676
>
7777
> * Install [GHCup](https://www.haskell.org/ghcup/) to manage various tools from the Haskell ecosystem
78-
> * Use the provided [Nix shell](shell.nix)
78+
> * Use the provided Nix shell by invoking `nix develop`
7979
8080
Running `cabal update && cabal build all` at the top-level of the
8181
project should build all the Haskell components. Tests are run with

0 commit comments

Comments
 (0)