aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-01 20:35:38 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-01 20:35:38 -0800
commitcfa6f9f3abfa65f28389b7bbb15aaaeb0c84425c (patch)
tree0d37bea5ce10741996aee11a35beebf6af122493
parent54f4faa76c59df1febedb33f54128566dbc90cc9 (diff)
downloadpandoc-cfa6f9f3abfa65f28389b7bbb15aaaeb0c84425c.tar.gz
Allow binary 0.8
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index f715218aa..42e479210 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -272,7 +272,7 @@ Library
scientific >= 0.2 && < 0.4,
vector >= 0.10 && < 0.12,
hslua >= 0.3 && < 0.5,
- binary >= 0.5 && < 0.8,
+ binary >= 0.5 && < 0.9,
SHA >= 1.6 && < 1.7,
haddock-library >= 1.1 && < 1.3,
old-time,