Skip to content

Commit f5cafba

Browse files
andreasabelBodigrim
authored andcommitted
Add build-tools: hsc2hs to cabal file
Closes #60.
1 parent c95519c commit f5cafba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

zlib.cabal

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ tested-with: GHC == 7.0.4
3636
, GHC == 8.10.7
3737
, GHC == 9.0.2
3838
, GHC == 9.2.8
39-
, GHC == 9.4.6
40-
, GHC == 9.6.2
39+
, GHC == 9.4.7
40+
, GHC == 9.6.3
4141
, GHC == 9.8.1
4242

4343
extra-source-files: changelog
@@ -102,6 +102,9 @@ library
102102
if impl(ghc >= 7.0 && < 8.0.3)
103103
build-depends: ghc-prim
104104

105+
build-tools: hsc2hs >= 0.67 && < 0.69
106+
-- GHC 7 ships hsc2hs-0.67
107+
105108
includes: zlib.h
106109
ghc-options: -Wall -fwarn-tabs
107110
if flag(non-blocking-ffi)

0 commit comments

Comments
 (0)