diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-04-11 09:33:41 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-04-11 10:40:51 -0700 |
| commit | 9d7c01e4a412d488ca958df2d74a6231f24483c8 (patch) | |
| tree | 859fec25a9270936e97adbd8113dcec7df387eb6 /pandoc.cabal | |
| parent | 810879a02b572361ad0b9a3611f7cd1817f47b5d (diff) | |
Add info about git commit and date to `--version` info.
See #8016.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 6b4c0b8ad..5cd2fa334 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -528,7 +528,8 @@ library xml-types >= 0.3 && < 0.4, yaml >= 0.11 && < 0.12, zip-archive >= 0.2.3.4 && < 0.5, - zlib >= 0.5 && < 0.7 + zlib >= 0.5 && < 0.7, + githash >= 0.1.6.2 && < 0.2 if !os(windows) build-depends: unix >= 2.4 && < 2.8 if flag(lua53) |
