We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3099b93 commit 602e233Copy full SHA for 602e233
.github/workflows/packcheck.yml
@@ -86,6 +86,7 @@ jobs:
86
fail-fast: false
87
matrix:
88
name:
89
+ - 9.2.1
90
- 9.0.1
91
- 8.10.7
92
- 8.10.7+stack
@@ -95,6 +96,12 @@ jobs:
95
96
- 8.2.2
97
- 8.0.2
98
include:
99
+ - name: 9.2.1
100
+ ghc-version: 9.2.1
101
+ command: cabal-v2
102
+ runner: ubuntu-latest
103
+ cabal-version: 3.6
104
+
105
- name: 9.0.1
106
ghc-version: 9.0.1
107
command: cabal-v2
unicode-transforms.cabal
@@ -21,6 +21,7 @@ tested-with: GHC==8.0.2
21
, GHC==8.8.4
22
, GHC==8.10.7
23
, GHC==9.0.1
24
+ , GHC==9.2.1
25
build-type: Simple
26
extra-source-files:
27
Changelog.md
0 commit comments