Skip to content

Commit

Permalink
CI: Upgrade from 9.2.2 to 9.2.4
Browse files Browse the repository at this point in the history
This is needed to work around https://gitlab.haskell.org/ghc/ghc/-/issues/20592
on macOS.
  • Loading branch information
RyanGlScott committed Aug 15, 2022
1 parent 287a7f0 commit 0d4b555
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, windows-2019]
ghc-version: ["8.8.4", "8.10.7", "9.0.2", "9.2.2"]
ghc-version: ["8.8.4", "8.10.7", "9.0.2", "9.2.4"]
exclude:
# https://gitlab.haskell.org/ghc/ghc/-/issues/18550
- os: windows-2019
ghc-version: 8.10.7
- os: windows-2019
ghc-version: 9.0.2
- os: windows-2019
ghc-version: 9.2.2
ghc-version: 9.2.4
include:
# We include one job from an older Ubuntu LTS release to increase our
# coverage of possible Linux configurations.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Windows. We regularly build and test it in the following environments:

Cryptol is regularly built and tested with the three most recent
versions of GHC, which at the time of this writing are 8.10.7, 9.0.2, and
9.2.2. The easiest way to install an approporiate version of GHC is
9.2.4. The easiest way to install an approporiate version of GHC is
with [ghcup](https://www.haskell.org/ghcup/).

Some supporting non-Haskell libraries are required to build
Expand Down
2 changes: 1 addition & 1 deletion cabal.GHC-9.2.2.config → cabal.GHC-9.2.4.config
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ constraints: any.Cabal ==3.6.3.0,
any.fingertree ==0.1.5.0,
any.free ==5.1.9,
any.ghc-bignum ==1.2,
any.ghc-boot-th ==9.2.2,
any.ghc-boot-th ==9.2.4,
any.ghc-prim ==0.8.0,
any.gitrev ==1.3.1,
any.happy ==1.20.0,
Expand Down

0 comments on commit 0d4b555

Please sign in to comment.