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 09ef44c commit 136ca98Copy full SHA for 136ca98
.github/workflows/ci.yml
@@ -29,8 +29,10 @@ jobs:
29
cabal: '3.2'
30
- ghc: '8.10.7'
31
32
- - ghc: '9.0.1'
+ - ghc: '9.0.2'
33
cabal: '3.4'
34
+ - ghc: '9.2.2'
35
+ cabal: '3.6'
36
37
steps:
38
- uses: actions/checkout@v2
hslua-module-doclayout.cabal
@@ -21,7 +21,8 @@ tested-with: GHC == 8.0.2
21
, GHC == 8.6.5
22
, GHC == 8.8.4
23
, GHC == 8.10.7
24
- , GHC == 9.0.1
+ , GHC == 9.0.2
25
+ , GHC == 9.2.2
26
27
source-repository head
28
type: git
0 commit comments