From cd877f236b3969022f44807ef814001afc4cb2b6 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Tue, 25 Jun 2024 11:08:04 +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 --- old-time.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/old-time.cabal b/old-time.cabal index 53131f1..bd9705e 100644 --- a/old-time.cabal +++ b/old-time.cabal @@ -63,7 +63,6 @@ Library cbits/timeUtils.c include-dirs: include - includes: HsTime.h install-includes: HsTime.h