diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a3f934..9bff10c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - cabal: ['3.10'] ghc: - '8.4.4' - '8.6.5' @@ -29,6 +28,7 @@ jobs: - '9.6.6' - '9.8.2' - '9.10.1' + - '9.12.1' exclude: - os: macOS-latest ghc: 9.8.2 @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: haskell/actions/setup@v2.3 + - uses: haskell-actions/setup@v2.7 id: setup-haskell-cabal name: Setup Haskell with: diff --git a/relude.cabal b/relude.cabal index 478de13..1366b98 100644 --- a/relude.cabal +++ b/relude.cabal @@ -235,11 +235,11 @@ library , Data.ByteString.Short - build-depends: base >= 4.11 && < 4.21 + build-depends: base >= 4.11 && < 4.22 , bytestring >= 0.10 && < 0.13 , containers >= 0.5.10 && < 0.8 , deepseq >= 1.4 && < 1.6 - , ghc-prim >= 0.5.0.0 && < 0.12 + , ghc-prim >= 0.5.0.0 && < 0.14 , hashable >= 1.2 && < 1.6 , mtl >= 2.2 && < 2.4 , stm >= 2.4 && < 2.6