@@ -12,8 +12,8 @@ This guide assumes you have the following tools:
1212
1313In addition, Cardano DB Sync requires the following software (instructions below):
1414
15- * [ GHC] ( https://www.haskell.org/ghcup/install/ ) >= 8.10 .7
16- * [ Cabal] ( https://www.haskell.org/ghcup/install/ ) >= 3.10 .1.0
15+ * [ GHC] ( https://www.haskell.org/ghcup/install/ ) >= 9.6 .7
16+ * [ Cabal] ( https://www.haskell.org/ghcup/install/ ) >= 3.12 .1.0
1717 * [ libsodium-vrf] ( https://github.com/IntersectMBO/libsodium )
1818 * [ secp256k1] ( https://github.com/bitcoin-core/secp256k1 )
1919 * [ blst] ( https://github.com/supranational/blst )
@@ -42,10 +42,10 @@ dependencies.
4242Once GHCup is installed, open a new terminal (to get an updated environment) and run:
4343
4444``` bash
45- ghcup install ghc 8.10 .7
46- ghcup install cabal 3.10 .1.0
47- ghcup set ghc 8.10 .7
48- ghcup set cabal 3.10 .1.0
45+ ghcup install ghc 9.6 .7
46+ ghcup install cabal 3.12 .1.0
47+ ghcup set ghc 9.6 .7
48+ ghcup set cabal 3.12 .1.0
4949```
5050
5151Check that you will use the GHCup tools (and not any other installation on the system):
@@ -236,7 +236,7 @@ Explicitly set the GHC version that we installed earlier. This avoids defaulting
236236system version of GHC that might be different than the one you have installed.
237237
238238``` bash
239- echo " with-compiler: ghc-8.10 .7" >> cabal.project.local
239+ echo " with-compiler: ghc-9.6 .7" >> cabal.project.local
240240```
241241
242242macOS installs OpenSSL in a different location than expected by default. If you have
0 commit comments