From 9d852df615489a72320cda7c0bd7a30c1aee8e6c Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 18 Oct 2018 20:43:18 -0700
Subject: [PATCH] Bump upper bound for binary.

---
 pandoc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 96863f73d..461998b3e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -375,7 +375,7 @@ library
                  vector >= 0.10 && < 0.13,
                  hslua >= 1.0.1 && < 1.1,
                  hslua-module-text >= 0.2 && < 0.3,
-                 binary >= 0.5 && < 0.10,
+                 binary >= 0.5 && < 0.11,
                  SHA >= 1.6 && < 1.7,
                  haddock-library >= 1.7 && < 1.8,
                  deepseq >= 1.3 && < 1.5,