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 Jun 25, 2024
1 parent 9cf6066 commit 9c8722a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bzlib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ library
build-depends: fail < 5
if os(windows)
build-depends: base >= 4.11
includes: bzlib.h
ghc-options: -Wall
if !(os(windows) || impl(ghcjs) || os(ghcjs) || arch(wasm32))
-- Normally we use the the standard system bz2 lib:
Expand Down

0 comments on commit 9c8722a

Please sign in to comment.