From 848c9f3095a376c16d26c79db53ab96df4ebd105 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Tue, 14 May 2024 12:29:10 +0000 Subject: [PATCH] Bump minor versions of already-supported GHC versions. --- .github/workflows/haskell-ci.yml | 8 ++++---- deepseq.cabal | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 35df914..fb90618 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -28,14 +28,14 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.4.3 + - compiler: ghc-9.4.8 compilerKind: ghc - compilerVersion: 9.4.3 + compilerVersion: 9.4.8 setup-method: ghcup allow-failure: false - - compiler: ghc-9.2.5 + - compiler: ghc-9.2.8 compilerKind: ghc - compilerVersion: 9.2.5 + compilerVersion: 9.2.8 setup-method: ghcup allow-failure: false - compiler: ghc-9.0.2 diff --git a/deepseq.cabal b/deepseq.cabal index 5dd3c65..8f9421a 100644 --- a/deepseq.cabal +++ b/deepseq.cabal @@ -26,8 +26,8 @@ description: build-type: Simple tested-with: - GHC==9.4.3, - GHC==9.2.5, + GHC==9.4.8, + GHC==9.2.8, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4,