Bump bounds for binary, http-types, tasty-hunit

This commit is contained in:
John MacFarlane 2017-12-02 23:24:19 -08:00
parent 3ee85960cb
commit b480d0da7a

View file

@ -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,