Skip to content

Commit 87b6509

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 8fa832d commit 87b6509

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- '9.8.2'
3030
- '9.10.1'
3131
- '9.12.1'
32+
- '9.14.1'
3233
exclude:
3334
- os: macOS-latest
3435
ghc: 9.8.2

cabal.project

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

relude.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ library
235235
, Data.ByteString.Short
236236

237237

238-
build-depends: base >= 4.11 && < 4.22
238+
build-depends: base >= 4.11 && < 4.23
239239
, bytestring >= 0.10 && < 0.13
240240
, containers >= 0.5.10 && < 0.9
241241
, deepseq >= 1.4 && < 1.6

0 commit comments

Comments
 (0)