diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 495d002..f403b01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8'] + ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10'] include: - os: windows-latest ghc: 'latest' diff --git a/primitive.cabal b/primitive.cabal index 28b284d..80dfa9c 100644 --- a/primitive.cabal +++ b/primitive.cabal @@ -28,8 +28,9 @@ Tested-With: GHC == 9.0.2 GHC == 9.2.8 GHC == 9.4.8 - GHC == 9.6.4 + GHC == 9.6.6 GHC == 9.8.2 + GHC == 9.10.1 Library Default-Language: Haskell2010 @@ -57,7 +58,7 @@ Library Data.Primitive.Internal.Operations Data.Primitive.Internal.Read - Build-Depends: base >= 4.9 && < 4.21 + Build-Depends: base >= 4.9 && < 4.22 , deepseq >= 1.1 && < 1.6 , transformers >= 0.5 && < 0.7 , template-haskell >= 2.11 @@ -90,7 +91,7 @@ test-suite test-qc , ghc-prim , primitive , quickcheck-classes-base >= 0.6 && <0.7 - , QuickCheck >= 2.13 && < 2.15 + , QuickCheck >= 2.13 && < 2.16 , tasty >= 1.2 && < 1.6 , tasty-quickcheck , tagged