Skip to content

Commit

Permalink
Add build-tools: hsc2hs to cabal file
Browse files Browse the repository at this point in the history
Closes #60.
  • Loading branch information
andreasabel committed Oct 24, 2023
1 parent 5e1213d commit 089f4de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions zlib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ tested-with: GHC == 7.0.4
, GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.6
, GHC == 9.6.2
, GHC == 9.4.7
, GHC == 9.6.3
, GHC == 9.8.1

extra-source-files: changelog
Expand Down Expand Up @@ -102,6 +102,9 @@ library
if impl(ghc >= 7.0 && < 8.0.3)
build-depends: ghc-prim

build-tools: hsc2hs >= 0.67 && < 0.69
-- GHC 7 ships hsc2hs-0.67

includes: zlib.h
ghc-options: -Wall -fwarn-tabs
if flag(non-blocking-ffi)
Expand Down

0 comments on commit 089f4de

Please sign in to comment.