diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2018-10-18 20:43:18 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-18 20:43:18 -0700 |
| commit | 9d852df615489a72320cda7c0bd7a30c1aee8e6c (patch) | |
| tree | a3e2a3d1b3774ceaaf631e3bd83b9b2f55ba564b | |
| parent | 2cd8f1f155bca9675d696ae7edd961d682406bd0 (diff) | |
| download | pandoc-9d852df615489a72320cda7c0bd7a30c1aee8e6c.tar.gz | |
Bump upper bound for binary.
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
