Skip to content

Commit b90ef5c

Browse files
committed
Drop support for GHC 8.4.4
1 parent eb7b04c commit b90ef5c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
versions:
20-
- ghc: '8.4.4'
21-
cabal: '2.4'
2220
- ghc: '8.6.5'
2321
cabal: '3.2'
2422
- ghc: '8.8.4'

hslua-module-doclayout.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ build-type: Simple
1515
extra-doc-files: README.md
1616
CHANGELOG.md
1717
extra-source-files: test/test-doclayout.lua
18-
tested-with: GHC == 8.4.4
19-
, GHC == 8.6.5
18+
tested-with: GHC == 8.6.5
2019
, GHC == 8.8.4
2120
, GHC == 8.10.7
2221
, GHC == 9.0.2

0 commit comments

Comments
 (0)