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..e720537 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 @@ -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