diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-04-11 13:14:38 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-04-11 13:14:38 -0700 |
| commit | 0ddddf2f37e97ae9ef67150f934eff9ea4700a95 (patch) | |
| tree | 9d2ef3ab421367df816a193b6dc860182167fe2c /pandoc.cabal | |
| parent | c13db98dce8bd0b7255d904761174372e8dd3a8e (diff) | |
Revert "Add info about git commit and date to `--version` info."
This reverts commit 9d7c01e4a412d488ca958df2d74a6231f24483c8.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 5cd2fa334..6b4c0b8ad 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -528,8 +528,7 @@ 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, - githash >= 0.1.6.2 && < 0.2 + zlib >= 0.5 && < 0.7 if !os(windows) build-depends: unix >= 2.4 && < 2.8 if flag(lua53) |
