From 25d384c07bfd47e661d21883cfb3a6fe21cfef37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 1 Jun 2024 15:25:41 +0200 Subject: Explicit run command in separate module Changelog: Explicit run command --- minici.cabal | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'minici.cabal') diff --git a/minici.cabal b/minici.cabal index d93ce0f..86ca4f3 100644 --- a/minici.cabal +++ b/minici.cabal @@ -24,11 +24,14 @@ executable minici ghc-options: -Wall -threaded -- Modules included in this executable, other than Main. - other-modules: Config - Job - Paths_minici - Version - Version.Git + other-modules: + Command + Command.Run + Config + Job + Paths_minici + Version + Version.Git -- LANGUAGE extensions used by modules in this package. other-extensions: TemplateHaskell -- cgit v1.2.3