diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-02 23:24:19 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-02 23:24:19 -0800 |
commit | b480d0da7a07c76c587ce876f121fe9ce8d46e42 (patch) | |
tree | 0d46663ced6a91edb86f051f4b903fd71a544fcf | |
parent | 3ee85960cbc71be1461bf905ff0ece536e107119 (diff) | |
download | pandoc-b480d0da7a07c76c587ce876f121fe9ce8d46e42.tar.gz |
Bump bounds for binary, http-types, tasty-hunit
-rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index c025a311d..76464b8c0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -330,7 +330,7 @@ library vector >= 0.10 && < 0.13, hslua >= 0.9 && < 0.10, hslua-module-text >= 0.1.2 && < 0.2, - binary >= 0.5 && < 0.9, + binary >= 0.5 && < 0.10, SHA >= 1.6 && < 1.7, haddock-library >= 1.1 && < 1.5, deepseq >= 1.3 && < 1.5, @@ -340,7 +340,7 @@ library doctemplates >= 0.2.1 && < 0.3, http-client >= 0.4.30 && < 0.6, http-client-tls >= 0.2.4 && < 0.4, - http-types >= 0.8 && < 0.11, + http-types >= 0.8 && < 0.12, case-insensitive >= 1.2 && < 1.3 if os(windows) cpp-options: -D_WINDOWS @@ -562,7 +562,7 @@ test-suite test-pandoc temporary >= 1.1 && < 1.3, Diff >= 0.2 && < 0.4, tasty >= 0.11 && < 0.13, - tasty-hunit >= 0.9 && < 0.10, + tasty-hunit >= 0.9 && < 0.11, tasty-quickcheck >= 0.8 && < 0.10, tasty-golden >= 2.3 && < 2.4, QuickCheck >= 2.4 && < 2.11, |