diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2023-04-25 22:17:58 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-04-25 22:17:58 +0200 |
commit | 780fc8894379f28af0f03bc27c3a41aca8c95b5a (patch) | |
tree | e5bdc1db78df4a58c27a73b8fea675eb5c9328a4 /minici.cabal | |
parent | 649ba09db13caea5de5d179c538b8a2945a9a69d (diff) |
Command-line option to report version
Diffstat (limited to 'minici.cabal')
-rw-r--r-- | minici.cabal | 6 |
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 |