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.
build-tools: hsc2hs
1 parent c95519c commit f5cafbaCopy full SHA for f5cafba
zlib.cabal
@@ -36,8 +36,8 @@ tested-with: GHC == 7.0.4
36
, GHC == 8.10.7
37
, GHC == 9.0.2
38
, GHC == 9.2.8
39
- , GHC == 9.4.6
40
- , GHC == 9.6.2
+ , GHC == 9.4.7
+ , GHC == 9.6.3
41
, GHC == 9.8.1
42
43
extra-source-files: changelog
@@ -102,6 +102,9 @@ library
102
if impl(ghc >= 7.0 && < 8.0.3)
103
build-depends: ghc-prim
104
105
+ build-tools: hsc2hs >= 0.67 && < 0.69
106
+ -- GHC 7 ships hsc2hs-0.67
107
+
108
includes: zlib.h
109
ghc-options: -Wall -fwarn-tabs
110
if flag(non-blocking-ffi)
0 commit comments