From b4c74405fb0af873faafd0491b952bb23c32c04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20G=C3=A9lineau?= Date: Thu, 8 Feb 2024 23:11:49 -0500 Subject: [PATCH] the latest version of ghc is not supported yet --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72cc5c3..dda7ce5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,8 +96,12 @@ jobs: # Check that our upper bounds are correct by building with the latest # version of everything. We use cabal because it uses the latest # versions of our dependencies allowed by our upper bounds. + # + # TODO: revert to "ghc: latest" once the latest version of ghc is + # supported, so we can detect when an even-more-recent version of ghc + # is released and breaks hawk. - name: newest - ghc: latest + ghc: 8.10.4 os: ubuntu-latest steps: