Skip to content

Commit

Permalink
Support GHC 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Nov 2, 2023
1 parent 422bbeb commit b122e18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
cabal: ['3.8']
cabal: ['3.10']
ghc:
- '8.4.4'
- '8.6.5'
Expand All @@ -27,7 +27,10 @@ jobs:
- '9.2.8'
- '9.4.7'
- '9.6.3'
- '9.8.1'
exclude:
- os: macOS-latest
ghc: 9.6.3
- os: macOS-latest
ghc: 9.4.7
- os: macOS-latest
Expand All @@ -43,6 +46,8 @@ jobs:
- os: macOS-latest
ghc: 8.4.4

- os: windows-latest
ghc: 9.6.3
- os: windows-latest
ghc: 9.4.7
- os: windows-latest
Expand Down
6 changes: 3 additions & 3 deletions relude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ library
, Data.ByteString.Short


build-depends: base >= 4.11 && < 4.19
build-depends: base >= 4.11 && < 4.20
, bytestring >= 0.10 && < 0.13
, containers >= 0.5.10 && < 0.8
, deepseq >= 1.4 && < 1.6
, ghc-prim >= 0.5.0.0 && < 0.11
, ghc-prim >= 0.5.0.0 && < 0.12
, hashable >= 1.2 && < 1.5
, mtl >= 2.2 && < 2.4
, stm >= 2.4 && < 2.6
Expand All @@ -256,7 +256,7 @@ test-suite relude-test
, bytestring
, containers
, text
, hedgehog >= 1.0 && < 1.4
, hedgehog >= 1.0 && < 1.5

ghc-options: -threaded

Expand Down

0 comments on commit b122e18

Please sign in to comment.