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 03799cb commit 421c4f8Copy full SHA for 421c4f8
hslua-module-doclayout.cabal
@@ -15,9 +15,7 @@ build-type: Simple
15
extra-doc-files: README.md
16
CHANGELOG.md
17
extra-source-files: test/test-doclayout.lua
18
-tested-with: GHC == 8.0.2
19
- , GHC == 8.2.2
20
- , GHC == 8.4.4
+tested-with: GHC == 8.4.4
21
, GHC == 8.6.5
22
, GHC == 8.8.4
23
, GHC == 8.10.7
@@ -29,7 +27,7 @@ source-repository head
29
27
location: https://github.com/hslua/hslua-module-doclayout.git
30
28
31
common common-options
32
- build-depends: base >= 4.9 && < 5
+ build-depends: base >= 4.11 && < 5
33
, doclayout >= 0.2 && < 0.5
34
, hslua >= 2.1 && < 2.3
35
, text >= 1.2 && < 2.1
0 commit comments