Bump tasty and hspec

This commit is contained in:
Oleg Grenrus 2019-02-21 10:36:38 +02:00
parent b696f8202f
commit d03de86954
4 changed files with 8 additions and 8 deletions

View File

@ -115,7 +115,7 @@ test-suite spec
-- Additonal dependencies
build-depends:
entropy >= 0.4.1.3 && < 0.5
, hspec >= 2.6.0 && < 2.7
, hspec >= 2.6.0 && < 2.8
, HUnit >= 1.6.0.0 && < 1.7
, network >= 2.8.0.0 && < 3.1
, QuickCheck >= 2.12.6.1 && < 2.13
@ -124,7 +124,7 @@ test-suite spec
, tdigest >= 0.2 && < 0.3
build-tool-depends:
hspec-discover:hspec-discover >= 2.6.0 && < 2.7
hspec-discover:hspec-discover >= 2.6.0 && < 2.8
test-suite readme
type: exitcode-stdio-1.0

View File

@ -107,7 +107,7 @@ test-suite spec
-- Additonal dependencies
build-depends:
tasty >= 1.1.0.4 && < 1.2,
tasty >= 1.1.0.4 && < 1.3,
tasty-golden >= 2.3.2 && < 2.4,
tasty-hunit >= 0.10.0.1 && < 0.11,
transformers >= 0.5.2.0 && < 0.6

View File

@ -116,7 +116,7 @@ test-suite spec
-- Additonal dependencies
build-depends:
entropy >= 0.4.1.3 && < 0.5
, hspec >= 2.6.0 && < 2.7
, hspec >= 2.6.0 && < 2.8
, HUnit >= 1.6.0.0 && < 1.7
, network >= 2.8.0.0 && < 3.1
, QuickCheck >= 2.12.6.1 && < 2.13
@ -125,7 +125,7 @@ test-suite spec
, tdigest >= 0.2 && < 0.3
build-tool-depends:
hspec-discover:hspec-discover >= 2.6.0 && < 2.7
hspec-discover:hspec-discover >= 2.6.0 && < 2.8
test-suite readme
type: exitcode-stdio-1.0

View File

@ -169,12 +169,12 @@ test-suite spec
-- Additonal dependencies
build-depends:
hspec >= 2.6.0 && < 2.7
hspec >= 2.6.0 && < 2.8
, QuickCheck >= 2.12.6.1 && < 2.13
, quickcheck-instances >= 0.3.19 && < 0.4
build-tool-depends:
hspec-discover:hspec-discover >= 2.6.0 && < 2.7
hspec-discover:hspec-discover >= 2.6.0 && < 2.8
test-suite doctests
build-depends:
@ -184,7 +184,7 @@ test-suite doctests
-- We test Links failure with doctest, so we need extra dependencies
build-depends:
hspec >= 2.6.0 && < 2.7
hspec >= 2.6.0 && < 2.8
type: exitcode-stdio-1.0
main-is: test/doctests.hs