Skip to content

Commit 421c4f8

Browse files
committed
Drop support for GHC older than 8.4
1 parent 03799cb commit 421c4f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

hslua-module-doclayout.cabal

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +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.0.2
19-
, GHC == 8.2.2
20-
, GHC == 8.4.4
18+
tested-with: GHC == 8.4.4
2119
, GHC == 8.6.5
2220
, GHC == 8.8.4
2321
, GHC == 8.10.7
@@ -29,7 +27,7 @@ source-repository head
2927
location: https://github.com/hslua/hslua-module-doclayout.git
3028

3129
common common-options
32-
build-depends: base >= 4.9 && < 5
30+
build-depends: base >= 4.11 && < 5
3331
, doclayout >= 0.2 && < 0.5
3432
, hslua >= 2.1 && < 2.3
3533
, text >= 1.2 && < 2.1

0 commit comments

Comments
 (0)