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 eb7b04c commit b90ef5cCopy full SHA for b90ef5c
.github/workflows/ci.yml
@@ -17,8 +17,6 @@ jobs:
17
strategy:
18
matrix:
19
versions:
20
- - ghc: '8.4.4'
21
- cabal: '2.4'
22
- ghc: '8.6.5'
23
cabal: '3.2'
24
- ghc: '8.8.4'
hslua-module-doclayout.cabal
@@ -15,8 +15,7 @@ build-type: Simple
15
extra-doc-files: README.md
16
CHANGELOG.md
extra-source-files: test/test-doclayout.lua
-tested-with: GHC == 8.4.4
- , GHC == 8.6.5
+tested-with: GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
0 commit comments