summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-04-11 13:14:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-04-11 13:14:36 -0700
commitc13db98dce8bd0b7255d904761174372e8dd3a8e (patch)
tree859fec25a9270936e97adbd8113dcec7df387eb6 /pandoc.cabal
parent69ad7cbcbd7604a76c3990c369170361002361cc (diff)
Revert "Relax version bound on githash so the version in stackage works."
This reverts commit 69ad7cbcbd7604a76c3990c369170361002361cc.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 20abf1033..5cd2fa334 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -529,7 +529,7 @@ library
yaml >= 0.11 && < 0.12,
zip-archive >= 0.2.3.4 && < 0.5,
zlib >= 0.5 && < 0.7,
- githash >= 0.1.6 && < 0.2
+ githash >= 0.1.6.2 && < 0.2
if !os(windows)
build-depends: unix >= 2.4 && < 2.8
if flag(lua53)