Skip to content

Commit 14b1bb3

Browse files
authored
Add support for GHC 9.14 (#54)
1 parent f45f2d7 commit 14b1bb3

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
os: ubuntu-24.04
4646
- ghc: 9.12
4747
os: ubuntu-24.04
48+
- ghc: 9.14
49+
os: ubuntu-24.04
4850
- ghc: 9.12
4951
os: windows-2022
5052
cabal:

cabal.project

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
packages: .
22
allow-newer:
3+
, aeson:base
4+
, aeson:bytestring
5+
, aeson:containers
6+
, aeson:template-haskell
7+
, indexed-traversable-instances:base
8+
, indexed-traversable:base
9+
, indexed-traversable:containers
310
, optparse-generic:time
11+
, semialign:base
12+
, semialign:containers
13+
, these:base
14+
, time-compat:base
15+
, uuid-types:template-haskell

github-release.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ flag pedantic
2222
manual: True
2323

2424
common library
25-
build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0
25+
build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0
2626
default-language: Haskell2010
2727
ghc-options:
2828
-Weverything

0 commit comments

Comments
 (0)