From 780fc8894379f28af0f03bc27c3a41aca8c95b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 25 Apr 2023 22:17:58 +0200 Subject: Command-line option to report version --- minici.cabal | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'minici.cabal') 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 -- cgit v1.2.3