From 0ed3f76533cde17322cf04018713d70c2f78d490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 14 Feb 2024 21:44:45 +0100 Subject: Version information from git Changelog: Added -V switch to show version --- erebos.cabal | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'erebos.cabal') diff --git a/erebos.cabal b/erebos.cabal index e25c79d..3734f1f 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -64,6 +64,7 @@ common common ForeignFunctionInterface OverloadedStrings RecursiveDo + TemplateHaskell UndecidableInstances library @@ -144,15 +145,21 @@ executable erebos main-is: Main.hs other-modules: + Paths_erebos Test + Version + Version.Git build-depends: bytestring, cryptonite, + directory, erebos, haskeline >=0.7 && <0.9, mtl, network, + process >=1.6 && <1.7, + template-haskell >=2.18 && <2.22, text, time, transformers >= 0.5 && <0.7, -- cgit v1.2.3