summaryrefslogtreecommitdiff
path: root/minici.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'minici.cabal')
-rw-r--r--minici.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/minici.cabal b/minici.cabal
index aeb713f..2f85134 100644
--- a/minici.cabal
+++ b/minici.cabal
@@ -26,8 +26,12 @@ executable minici
-- Modules included in this executable, other than Main.
other-modules: Config
Job
+ Paths_minici
+ Version
+ Version.Git
-- LANGUAGE extensions used by modules in this package.
+ other-extensions: TemplateHaskell
default-extensions: ExistentialQuantification
FlexibleContexts
FlexibleInstances
@@ -53,6 +57,8 @@ executable minici
, parser-combinators >=1.3 && <1.4
, process >=1.6 && <1.7
, stm >=2.5 && <2.6
+ , template-haskell >=2.17 && <2.19
, text >=1.2 && <2.1
+ , th-compat >=0.1 && <0.2
hs-source-dirs: src
default-language: Haskell2010