Skip to content

Commit

Permalink
Support ghc-9.8. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaendle authored Oct 20, 2023
1 parent 304f587 commit 1a4bd38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
name: ${{ matrix.os }} / ghc ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
cabal: ['latest']
Expand All @@ -27,8 +28,11 @@ jobs:
- '9.0.2'
- '9.2.8'
- '9.4.7'
- '9.6.2'
- '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 @@ -46,6 +50,8 @@ jobs:
- os: macOS-latest
ghc: 8.2.2

- os: windows-latest
ghc: 9.6.3
- os: windows-latest
ghc: 9.4.7
- os: windows-latest
Expand Down
5 changes: 3 additions & 2 deletions co-log-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@ tested-with: GHC == 8.2.2
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.7
GHC == 9.6.2
GHC == 9.6.3
GHC == 9.8.1

source-repository head
type: git
location: https://github.com/co-log/co-log-core.git

common common-options
build-depends: base >= 4.10.1.0 && < 4.19
build-depends: base >= 4.10.1.0 && < 4.20

ghc-options: -Wall
-Wcompat
Expand Down

0 comments on commit 1a4bd38

Please sign in to comment.