From ebfc8be95e83852081d8dc93d2bf4717df18583e Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 22 Dec 2021 21:45:45 +0100 Subject: print version information on --version If --version is given, `walint` prints version information, then exists with code 0. --- walint.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'walint.cabal') diff --git a/walint.cabal b/walint.cabal index c189dda..5e12d01 100644 --- a/walint.cabal +++ b/walint.cabal @@ -68,6 +68,9 @@ executable walint aeson-pretty, bytestring, mtl, - text + text, + template-haskell, + process hs-source-dirs: src default-language: Haskell2010 + other-modules: Version -- cgit v1.2.3