From bf5e4b9061fc83fd1cbd9098a6a5f29de43939d7 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Tue, 25 Jun 2024 10:43:54 +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 --- process.cabal | 2 -- 1 file changed, 2 deletions(-) diff --git a/process.cabal b/process.cabal index 5a593781..af3114ca 100644 --- a/process.cabal +++ b/process.cabal @@ -82,8 +82,6 @@ library build-depends: unix >= 2.5 && < 2.9 include-dirs: include - includes: - runProcess.h install-includes: runProcess.h processFlags.h