Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test GHC 9.12; support base < 4.22, ghc-prim < 0.14
Browse files Browse the repository at this point in the history
tomjaguarpaw committed Dec 23, 2024
1 parent 11aa224 commit 1eda416
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ jobs:
- '9.6.6'
- '9.8.2'
- '9.10.1'
- '9.12.1'
exclude:
- os: macOS-latest
ghc: 9.8.2
4 changes: 2 additions & 2 deletions relude.cabal
Original file line number Diff line number Diff line change
@@ -235,11 +235,11 @@ library
, Data.ByteString.Short


build-depends: base >= 4.11 && < 4.21
build-depends: base >= 4.11 && < 4.22
, bytestring >= 0.10 && < 0.13
, containers >= 0.5.10 && < 0.8
, deepseq >= 1.4 && < 1.6
, ghc-prim >= 0.5.0.0 && < 0.12
, ghc-prim >= 0.5.0.0 && < 0.14
, hashable >= 1.2 && < 1.6
, mtl >= 2.2 && < 2.4
, stm >= 2.4 && < 2.6

0 comments on commit 1eda416

Please sign in to comment.