From 0e0526b6e8453be80d52a5981020e662166933b2 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Thu, 27 Jun 2024 01:07:13 +0700 Subject: [PATCH] Remove `includes` from `.cabal`-file (#685) 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 --- bytestring.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/bytestring.cabal b/bytestring.cabal index 6e371bc3..03f09c08 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -186,7 +186,6 @@ library extra-libraries: gcc include-dirs: include - includes: fpstring.h install-includes: fpstring.h bytestring-cpp-macros.h