Update readme.

This commit is contained in:
Robin Heggelund Hansen 2022-09-16 08:03:11 +02:00
parent 0e3598eb8a
commit 1b3234a7ab

View File

@ -6,7 +6,7 @@ There are easier ways to install the compiler than compiling the source, you mig
## Build from source
Then Gren compiler is written in Haskell, so to build from source you need to have GHC 9.2 (Haskell compiler) and Cabal 3.8 (haskell build tool) installed on your system.
Then Gren compiler is written in Haskell, so to build from source you need to have GHC 9.4 (Haskell compiler) and Cabal 3.8 (haskell build tool) installed on your system.
You can install these using [ghcup](https://www.haskell.org/ghcup/). By default, ghcup will install an older version of Haskell and Cabal, so you can install and set the required versions using `ghcup tui`.