summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2021-12-22 21:45:45 +0100
committerstuebinm2021-12-22 21:45:45 +0100
commitebfc8be95e83852081d8dc93d2bf4717df18583e (patch)
treed7a70d354046e9d6d4dc8ec0fd73bc46e60c3b40 /walint.cabal
parente8fca76246a313f743180408c5745cb050d1d1a6 (diff)
print version information on --version
If --version is given, `walint` prints version information, then exists with code 0.
Diffstat (limited to '')
-rw-r--r--walint.cabal5
1 files changed, 4 insertions, 1 deletions
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