From 9c8722ae7a6005b2b22f1401bc827e3a1e5f0ce0 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Tue, 25 Jun 2024 11:10:03 +0700 Subject: [PATCH] Remove `includes` from `.cabal`-file This is useless at best, and a common source of confusion. https://github.com/haskell/cabal/pull/10145 https://github.com/sol/hpack/issues/355 --- bzlib.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/bzlib.cabal b/bzlib.cabal index 70d218b..6494242 100644 --- a/bzlib.cabal +++ b/bzlib.cabal @@ -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: