Skip to content

Commit bd28dac

Browse files
committed
Support GHC 9.14
Use cabal.project to relax boring's bounds. This will allow CI to run, but not leak into released sdists.
1 parent c98f763 commit bd28dac

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- "9.8.1"
2626
- "9.10.1"
2727
- "9.12.1"
28+
- "9.14.1"
2829

2930
steps:
3031
- uses: actions/checkout@v4

cabal.project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
packages: extensions.cabal
2+
3+
allow-newer: boring:base

extensions.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ source-repository head
3434
location: https://github.com/kowainik/extensions.git
3535

3636
common common-options
37-
build-depends: base >= 4.13.0.0 && < 4.22
37+
build-depends: base >= 4.13.0.0 && < 4.23
3838

3939
ghc-options: -Wall
4040
-Wcompat
@@ -98,7 +98,7 @@ library
9898
, containers >= 0.6 && < 0.9
9999
, directory ^>= 1.3
100100
, filepath >= 1.4 && < 1.6
101-
, ghc-boot-th >= 8.8.1 && < 9.13
101+
, ghc-boot-th >= 8.8.1 && < 9.15
102102
, parsec ^>= 3.1
103103
, text >= 1.2.3 && < 2.2
104104

0 commit comments

Comments
 (0)