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 fad74bf commit dd4d5e9Copy full SHA for dd4d5e9
2 files changed
.github/workflows/ci.yml
@@ -29,8 +29,12 @@ jobs:
29
cabal: '3.4'
30
- ghc: '9.2.6'
31
cabal: '3.6'
32
- - ghc: '9.4.4'
+ - ghc: '9.4.8'
33
cabal: '3.8'
34
+ - ghc: '9.6.4'
35
+ cabal: '3.8'
36
+ - ghc: '9.8.1'
37
+ cabal: '3.10'
38
39
steps:
40
- uses: actions/checkout@v3
hslua-module-doclayout.cabal
@@ -21,7 +21,9 @@ tested-with: GHC == 8.4.4
21
, GHC == 8.10.7
22
, GHC == 9.0.2
23
, GHC == 9.2.6
24
- , GHC == 9.4.4
+ , GHC == 9.4.8
25
+ , GHC == 9.6
26
+ , GHC == 9.8
27
28
source-repository head
type: git
@@ -69,4 +71,4 @@ test-suite hslua-module-doclayout-test
69
71
hs-source-dirs: test
70
72
main-is: test-hslua-module-doclayout.hs
73
build-depends: hslua-module-doclayout
- ghc-options: -threaded
74
+ ghc-options: -threaded
0 commit comments