From 16b3cb3fca46ccb5e3aee31adf936d6635777269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 15 Nov 2025 12:10:25 +0100 Subject: Work around copyFile leaving descriptor open in child processes --- minici.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'minici.cabal') diff --git a/minici.cabal b/minici.cabal index c8a9d3a..d209a28 100644 --- a/minici.cabal +++ b/minici.cabal @@ -70,6 +70,9 @@ executable minici autogen-modules: Paths_minici + c-sources: + src/FileUtils.c + default-extensions: DefaultSignatures ExistentialQuantification -- cgit v1.2.3