diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-14 21:44:45 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-14 21:46:21 +0100 |
commit | 0ed3f76533cde17322cf04018713d70c2f78d490 (patch) | |
tree | ee54fc7b27502ac0b9faf2ba54be13408aff7643 /erebos.cabal | |
parent | 8105c4ba4636c58b85f0235d2d1b53a0682b1a6a (diff) |
Version information from git
Changelog: Added -V switch to show version
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 7 |
1 files changed, 7 insertions, 0 deletions
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, |