diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 84c56fe..e744733 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - 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', '9.12'] steps: - uses: actions/checkout@v4 diff --git a/vector-th-unbox.cabal b/vector-th-unbox.cabal index cf1918d..d41ef96 100644 --- a/vector-th-unbox.cabal +++ b/vector-th-unbox.cabal @@ -42,8 +42,8 @@ library Data.Vector.Unboxed.Deriving build-depends: - base >= 4.9 && < 4.20, - template-haskell >= 2.5 && <2.22, + base >= 4.9 && < 4.22, + template-haskell >= 2.5 && <2.24, vector >= 0.7.1 && <0.14 test-suite sanity