From 6ec91da9d2f20a1c8eee669b407b69b969128631 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Tue, 25 Jun 2024 11:08:36 +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 --- ghcup.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/ghcup.cabal b/ghcup.cabal index 960c74bf..0833da98 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -260,7 +260,6 @@ library exposed-modules: GHCup.Prelude.File.Posix.Traversals include-dirs: cbits - includes: dirutils.h install-includes: dirutils.h c-sources: cbits/dirutils.c build-depends: