From b480d0da7a07c76c587ce876f121fe9ce8d46e42 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 2 Dec 2017 23:24:19 -0800 Subject: [PATCH] Bump bounds for binary, http-types, tasty-hunit --- pandoc.cabal | 6 +++--- 1 file 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,