Skip to content

Commit

Permalink
Support ghc-9.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
alaendle committed Jun 7, 2024
1 parent 14c7461 commit d826032
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@ jobs:
- '8.10.7'
- '9.0.2'
- '9.2.8'
- '9.4.7'
- '9.6.3'
- '9.8.1'
- '9.4.8'
- '9.6.5'
- '9.8.2'
- '9.10.1'
exclude:
- os: macOS-latest
ghc: 9.6.3
ghc: 9.8.2
- os: macOS-latest
ghc: 9.4.7
ghc: 9.6.5
- os: macOS-latest
ghc: 9.4.8
- os: macOS-latest
ghc: 9.2.8
- os: macOS-latest
Expand All @@ -48,9 +51,11 @@ jobs:
ghc: 8.4.4

- os: windows-latest
ghc: 9.6.3
ghc: 9.8.2
- os: windows-latest
ghc: 9.6.5
- os: windows-latest
ghc: 9.4.7
ghc: 9.4.8
- os: windows-latest
ghc: 9.2.8
- os: windows-latest
Expand Down Expand Up @@ -100,6 +105,6 @@ jobs:
cabal test all
- name: Documentation
if: ${{ contains(fromJSON('["9.4.7", "9.6.3"]'), matrix.ghc) }}
if: ${{ contains(fromJSON('["9.4.8", "9.6.5"]'), matrix.ghc) }}
run: |
cabal haddock
9 changes: 5 additions & 4 deletions co-log-polysemy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ tested-with: GHC == 8.4.4
GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.7
GHC == 9.6.3
GHC == 9.8.1
GHC == 9.4.8
GHC == 9.6.5
GHC == 9.8.2
GHC == 9.10.1

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

common common-options
build-depends: base >= 4.11 && < 4.20
build-depends: base >= 4.11 && < 4.21

ghc-options: -O2
-Wall
Expand Down

0 comments on commit d826032

Please sign in to comment.