From 5a2eb5d19f184c5bde8cf090af68ad4c0c41d253 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Tue, 25 Jun 2024 08:12:34 +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 --- mintty.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/mintty.cabal b/mintty.cabal index 84d7e59..ab2d668 100644 --- a/mintty.cabal +++ b/mintty.cabal @@ -72,7 +72,6 @@ library build-depends: Win32 < 2.13.1 build-tools: hsc2hs include-dirs: include - includes: windows_cconv.h, winternl_compat.h other-modules: System.Console.MinTTY.Win32 hs-source-dirs: src