From 957d15b1573c3935a517299436ce0226c8dae82c Mon Sep 17 00:00:00 2001 From: konsumlamm Date: Sat, 27 Dec 2025 17:01:32 +0100 Subject: [PATCH] Allow GHC 9.14 and update CI --- .github/workflows/ci.yml | 2 +- primitive.cabal | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04eb34a..9e008b2 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.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10'] + ghc: ['8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12'] include: - os: windows-latest ghc: 'latest' diff --git a/primitive.cabal b/primitive.cabal index eea258f..2b569b3 100644 --- a/primitive.cabal +++ b/primitive.cabal @@ -27,9 +27,11 @@ Tested-With: GHC == 9.0.2 GHC == 9.2.8 GHC == 9.4.8 - GHC == 9.6.6 - GHC == 9.8.2 - GHC == 9.10.1 + GHC == 9.6.7 + GHC == 9.8.4 + GHC == 9.10.3 + GHC == 9.12.2 + GHC == 9.14.1 Library Default-Language: Haskell2010