From 6aa45b2c1b9f9616acfe3a0ed36bbc6bf6f34c7d Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Tue, 25 Jun 2024 10:38:32 +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 --- network.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/network.cabal b/network.cabal index 99725113..6167b852 100644 --- a/network.cabal +++ b/network.cabal @@ -123,7 +123,6 @@ library default-language: Haskell2010 include-dirs: include - includes: HsNet.h HsNetDef.h alignment.h win32defs.h install-includes: HsNet.h HsNetDef.h alignment.h win32defs.h if os(windows) includes: afunix_compat.h