Bump bounds for binary, http-types, tasty-hunit
This commit is contained in:
parent
3ee85960cb
commit
b480d0da7a
1 changed files with 3 additions and 3 deletions
|
@ -330,7 +330,7 @@ library
|
||||||
vector >= 0.10 && < 0.13,
|
vector >= 0.10 && < 0.13,
|
||||||
hslua >= 0.9 && < 0.10,
|
hslua >= 0.9 && < 0.10,
|
||||||
hslua-module-text >= 0.1.2 && < 0.2,
|
hslua-module-text >= 0.1.2 && < 0.2,
|
||||||
binary >= 0.5 && < 0.9,
|
binary >= 0.5 && < 0.10,
|
||||||
SHA >= 1.6 && < 1.7,
|
SHA >= 1.6 && < 1.7,
|
||||||
haddock-library >= 1.1 && < 1.5,
|
haddock-library >= 1.1 && < 1.5,
|
||||||
deepseq >= 1.3 && < 1.5,
|
deepseq >= 1.3 && < 1.5,
|
||||||
|
@ -340,7 +340,7 @@ library
|
||||||
doctemplates >= 0.2.1 && < 0.3,
|
doctemplates >= 0.2.1 && < 0.3,
|
||||||
http-client >= 0.4.30 && < 0.6,
|
http-client >= 0.4.30 && < 0.6,
|
||||||
http-client-tls >= 0.2.4 && < 0.4,
|
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
|
case-insensitive >= 1.2 && < 1.3
|
||||||
if os(windows)
|
if os(windows)
|
||||||
cpp-options: -D_WINDOWS
|
cpp-options: -D_WINDOWS
|
||||||
|
@ -562,7 +562,7 @@ test-suite test-pandoc
|
||||||
temporary >= 1.1 && < 1.3,
|
temporary >= 1.1 && < 1.3,
|
||||||
Diff >= 0.2 && < 0.4,
|
Diff >= 0.2 && < 0.4,
|
||||||
tasty >= 0.11 && < 0.13,
|
tasty >= 0.11 && < 0.13,
|
||||||
tasty-hunit >= 0.9 && < 0.10,
|
tasty-hunit >= 0.9 && < 0.11,
|
||||||
tasty-quickcheck >= 0.8 && < 0.10,
|
tasty-quickcheck >= 0.8 && < 0.10,
|
||||||
tasty-golden >= 2.3 && < 2.4,
|
tasty-golden >= 2.3 && < 2.4,
|
||||||
QuickCheck >= 2.4 && < 2.11,
|
QuickCheck >= 2.4 && < 2.11,
|
||||||
|
|
Loading…
Add table
Reference in a new issue