From fcd888a2019b7ae7018f3b6ca2290d5f8f05085d Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Fri, 29 May 2026 15:32:14 +0200 Subject: [PATCH 1/2] Haskell CI updated --- .github/workflows/haskell-ci.yml | 8 ++++---- gothic.cabal | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index d95bcdc..b1c827e 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.20260209 +# version: 0.19.20260331 # -# REGENDATA ("0.19.20260209",["github","gothic.cabal"]) +# REGENDATA ("0.19.20260331",["github","gothic.cabal"]) # name: Haskell-CI on: @@ -30,9 +30,9 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.12.2 + - compiler: ghc-9.12.4 compilerKind: ghc - compilerVersion: 9.12.2 + compilerVersion: 9.12.4 setup-method: ghcup allow-failure: false - compiler: ghc-9.10.3 diff --git a/gothic.cabal b/gothic.cabal index 30c4b18..0ccd08a 100644 --- a/gothic.cabal +++ b/gothic.cabal @@ -21,7 +21,7 @@ tested-with: || ==9.6.7 || ==9.8.4 || ==9.10.3 - || ==9.12.2 + || ==9.12.4 source-repository head type: git From 62f8f8512635b4ec30cbc74f4470abc25486eae4 Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Fri, 29 May 2026 15:33:50 +0200 Subject: [PATCH 2/2] Loosen aeson upper-bound --- gothic.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gothic.cabal b/gothic.cabal index 0ccd08a..e720537 100644 --- a/gothic.cabal +++ b/gothic.cabal @@ -38,7 +38,7 @@ library other-extensions: OverloadedStrings build-depends: - aeson >=2.0 && <2.3 + aeson >=2.0 && <2.4 , base >=4.8.1.0 && <5 , bytestring >=0.10.8.2 && <0.13 , crypton-connection >=0.4.0 && <0.5