From ead14c27c9bece12bf74ab8e48d29c982c6f99bb Mon Sep 17 00:00:00 2001
From: Simon Hengel <sol@typeful.net>
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
-- 
GitLab