File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ how something is implemented in a feature idea or bug ticket beforehand.
6868
6969To 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
8080Running ` cabal update && cabal build all ` at the top-level of the
8181project should build all the Haskell components. Tests are run with
You can’t perform that action at this time.
0 commit comments