summaryrefslogtreecommitdiff
path: root/minici.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-06-01 15:25:41 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-06-01 19:21:09 +0200
commit25d384c07bfd47e661d21883cfb3a6fe21cfef37 (patch)
treee783b86967553d34484b1039c22d3e46c4f45ea3 /minici.cabal
parent7aa84dc168556f65b09d2b0b0281bc9404155145 (diff)
Explicit run command in separate module
Changelog: Explicit run command
Diffstat (limited to 'minici.cabal')
-rw-r--r--minici.cabal13
1 files changed, 8 insertions, 5 deletions
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