From 6e132d47c9664cff97b8dcc0038cf803f70f403a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 30 Jul 2024 19:22:27 +0200 Subject: Add autogen-modules to cabal file --- minici.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/minici.cabal b/minici.cabal index 42ccb13..29f9361 100644 --- a/minici.cabal +++ b/minici.cabal @@ -42,7 +42,6 @@ executable minici -- sometimes needed for backward/forward compatibility: -Wno-error=unused-imports - -- Modules included in this executable, other than Main. other-modules: Command Command.Run @@ -51,6 +50,8 @@ executable minici Paths_minici Version Version.Git + autogen-modules: + Paths_minici default-extensions: DefaultSignatures -- cgit v1.2.3