From 69ad7cbcbd7604a76c3990c369170361002361cc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 11 Apr 2022 11:35:54 -0700 Subject: [PATCH] Relax version bound on githash so the version in stackage works. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 5cd2fa334..20abf1033 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.2 && < 0.2 + githash >= 0.1.6 && < 0.2 if !os(windows) build-depends: unix >= 2.4 && < 2.8 if flag(lua53)