From 45e192bc6e4f219b5279fd1b0f978871f9ac82b9 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Tue, 25 Jun 2024 11:12:42 +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 --- unix.cabal | 3 --- 1 file changed, 3 deletions(-) diff --git a/unix.cabal b/unix.cabal index 584eac6..de487d5 100644 --- a/unix.cabal +++ b/unix.cabal @@ -155,9 +155,6 @@ library ghc-options: -Wall include-dirs: include - includes: - HsUnix.h - execvpe.h install-includes: HsUnix.h execvpe.h