Skip to content

Commit

Permalink
Remove includes from .cabal-file
Browse files Browse the repository at this point in the history
This is useless at best, and a common source of confusion.

haskell/cabal#10145
sol/hpack#355
  • Loading branch information
sol authored and Bodigrim committed Jun 25, 2024
1 parent f38bd20 commit 4369f27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zlib/zlib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ library
build-tools: hsc2hs < 0.68.5
-- GHC 7 ships hsc2hs-0.67

-- use `includes:` to include them when compiling
includes: zlib.h hs-zlib.h
include-dirs: cbits-extra
c-sources: cbits-extra/hs-zlib.c
ghc-options: -Wall -fwarn-tabs
Expand Down

0 comments on commit 4369f27

Please sign in to comment.