From 44cc455859c1420f010ef3eccd5a88f8ea34de31 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Tue, 29 Nov 2022 08:41:23 +0100 Subject: [PATCH] Revert "Stick to GHC 8.10.7 until changelog-d is updated" This reverts commit ee38045d0d02ce70e929791c7b648bc8e3b670d7. --- .github/workflows/changelogs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changelogs.yml b/.github/workflows/changelogs.yml index 5d8be7be87d..9c1e2ef70e8 100644 --- a/.github/workflows/changelogs.yml +++ b/.github/workflows/changelogs.yml @@ -36,9 +36,8 @@ jobs: - name: ghcup run: | ghcup config set cache true - ghcup install ghc 8.10.7 - ghcup set ghc 8.10.7 - # GHC 8.10.7 needed due to https://github.com/phadej/changelog-d/pull/2 + ghcup install ghc recommended + ghcup set ghc recommended - name: Update Hackage index run: cabal v2-update # Cannot install it from tarball due to