From 3fba9e726edfac593f143f7c42a22d7bfb78dd40 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 12 May 2024 23:28:02 +0300 Subject: [PATCH] Add GHC-9.10 to CI --- .github/workflows/haskell-ci.yml | 10 +++++++--- data-fix.cabal | 3 ++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 15d8df6..9844fa1 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -8,9 +8,9 @@ # # For more information, see https://github.com/haskell-CI/haskell-ci # -# version: 0.19.20240501 +# version: 0.19.20240512 # -# REGENDATA ("0.19.20240501",["github","cabal.project"]) +# REGENDATA ("0.19.20240512",["github","cabal.project"]) # name: Haskell-CI on: @@ -28,6 +28,11 @@ jobs: strategy: matrix: include: + - compiler: ghc-9.10.1 + compilerKind: ghc + compilerVersion: 9.10.1 + setup-method: ghcup + allow-failure: false - compiler: ghc-9.8.2 compilerKind: ghc compilerVersion: 9.8.2 @@ -77,7 +82,6 @@ jobs: mkdir -p "$HOME/.ghcup/bin" curl -sL https://downloads.haskell.org/ghcup/0.1.20.0/x86_64-linux-ghcup-0.1.20.0 > "$HOME/.ghcup/bin/ghcup" chmod a+x "$HOME/.ghcup/bin/ghcup" - "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml; "$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false) "$HOME/.ghcup/bin/ghcup" install cabal 3.10.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false) env: diff --git a/data-fix.cabal b/data-fix.cabal index f351d9f..ed55a7c 100644 --- a/data-fix.cabal +++ b/data-fix.cabal @@ -28,6 +28,7 @@ Tested-With: || ==9.4.8 || ==9.6.5 || ==9.8.2 + || ==9.10.1 extra-source-files: CHANGELOG.md @@ -48,6 +49,6 @@ library -Wredundant-constraints -Widentities -Wmissing-export-lists build-depends: - base >=4.12.0.0 && <4.20 + base >=4.12.0.0 && <4.21 , deepseq >=1.4.4.0 && <1.6 , hashable >=1.4.4.0 && <1.5