Skip to content

Commit 1a5d59e

Browse files
authored
Support for GHC 9.2.1. (#8)
* Update co-log-core.cabal * Update ci.yml Windows GHC 9.2.1 blocked by Deewiant/glob#40. * Exclude macOS 9.2.1 from build matrix as requested.
1 parent 982da83 commit 1a5d59e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,18 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, macOS-latest, windows-latest]
19-
cabal: ["3.4"]
19+
cabal: ["3.6.2.0"]
2020
ghc:
2121
- "8.2.2"
2222
- "8.4.4"
2323
- "8.6.5"
2424
- "8.8.4"
2525
- "8.10.7"
2626
- "9.0.1"
27+
- "9.2.1"
2728
exclude:
29+
- os: macOS-latest
30+
ghc: 9.2.1
2831
- os: macOS-latest
2932
ghc: 9.0.1
3033
- os: macOS-latest
@@ -36,6 +39,8 @@ jobs:
3639
- os: macOS-latest
3740
ghc: 8.2.2
3841

42+
- os: windows-latest
43+
ghc: 9.2.1
3944
- os: windows-latest
4045
ghc: 9.0.1
4146
- os: windows-latest
@@ -85,4 +90,4 @@ jobs:
8590
8691
- name: Documentation
8792
run: |
88-
cabal haddock
93+
cabal haddock

co-log-core.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ tested-with: GHC == 8.2.2
3939
GHC == 8.8.4
4040
GHC == 8.10.7
4141
GHC == 9.0.1
42+
GHC == 9.2.1
4243

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

4748
common common-options
48-
build-depends: base >= 4.10.1.0 && < 4.16
49+
build-depends: base >= 4.10.1.0 && < 4.17
4950

5051
ghc-options: -Wall
5152
-Wcompat

0 commit comments

Comments
 (0)