Skip to content

Commit 58f2ea9

Browse files
committed
Add GHC 9.14 to the CI
1 parent 2cd6d6f commit 58f2ea9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-24.04, macOS-latest]
19-
ghc: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6']
19+
ghc: ['9.14', '9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6']
2020
exclude:
2121
- os: macos-latest
2222
ghc: '9.0'

cabal.project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ tests: True
44

55
constraints:
66
tasty -unix, optparse-applicative -process
7+
8+
if impl(ghc>=9.14)
9+
constraints: tagged -template-haskell
10+
allow-newer: splitmix:base

0 commit comments

Comments
 (0)