From 96795cb8be470b78e01790f42b693a6b7ee64ac7 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Tue, 25 Jun 2024 11:07:23 +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 --- 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