diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 433d6c2a2..a8c7dd5d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,8 @@ jobs: - "ARM64" ghc: - 'latest' + - '9.10' + - '9.8' - '9.6' - '9.4' - '9.2' diff --git a/accelerate.cabal b/accelerate.cabal index de53ff0aa..b98d8bbb9 100644 --- a/accelerate.cabal +++ b/accelerate.cabal @@ -356,7 +356,7 @@ library , prettyprinter-ansi-terminal >= 1.1.2 , primitive >= 0.6.4 , tasty >= 0.11 - , template-haskell + , template-haskell < 2.23 , terminal-size >= 0.3 , text >= 1.2.4 , transformers >= 0.3