diff options
Diffstat (limited to 'minici.cabal')
-rw-r--r-- | minici.cabal | 13 |
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 |