Skip to content

Commit

Permalink
Test GHC 9.12; support base < 4.22, ghc-prim < 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Dec 23, 2024
1 parent 7f2d8fe commit f49a81a
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions relude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f49a81a

Please sign in to comment.