diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-01 20:35:38 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-01 20:35:38 -0800 |
commit | cfa6f9f3abfa65f28389b7bbb15aaaeb0c84425c (patch) | |
tree | 0d37bea5ce10741996aee11a35beebf6af122493 | |
parent | 54f4faa76c59df1febedb33f54128566dbc90cc9 (diff) | |
download | pandoc-cfa6f9f3abfa65f28389b7bbb15aaaeb0c84425c.tar.gz |
Allow binary 0.8
-rw-r--r-- | pandoc.cabal | 2 |
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, |