Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy authored Dec 1, 2023
1 parent 7ea3acf commit db6994e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ These libraries and solutions are provided under the ISC license.
## Build steps

1. Install [GHCUP](https://www.haskell.org/ghcup/)
2. Install current version of GHC `ghcup install ghc 9.4.4`
2. Install current version of GHC `ghcup install ghc 9.6.3`
3. Update submodules `git submodule update --init`
4. Configure to use correct GHC `cabal configure -w ghc-9.4.4`
4. Configure to use correct GHC `cabal configure -w ghc-9.6.3`
4. Build everything `cabal build all`

GHC 9.4.4 isn't specifically required, however it's what I
GHC 9.6.3 isn't specifically required, however it's what I
test with and what I use in CI.

## Running solutions
Expand Down

0 comments on commit db6994e

Please sign in to comment.