Merge pull request #1134 from haskell-servant/bump-test-deps
Bump tasty and hspec
This commit is contained in:
commit
73a4d1fef4
4 changed files with 8 additions and 8 deletions
|
@ -115,7 +115,7 @@ test-suite spec
|
||||||
-- Additonal dependencies
|
-- Additonal dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
entropy >= 0.4.1.3 && < 0.5
|
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
|
, HUnit >= 1.6.0.0 && < 1.7
|
||||||
, network >= 2.8.0.0 && < 3.1
|
, network >= 2.8.0.0 && < 3.1
|
||||||
, QuickCheck >= 2.12.6.1 && < 2.13
|
, QuickCheck >= 2.12.6.1 && < 2.13
|
||||||
|
@ -124,7 +124,7 @@ test-suite spec
|
||||||
, tdigest >= 0.2 && < 0.3
|
, tdigest >= 0.2 && < 0.3
|
||||||
|
|
||||||
build-tool-depends:
|
build-tool-depends:
|
||||||
hspec-discover:hspec-discover >= 2.6.0 && < 2.7
|
hspec-discover:hspec-discover >= 2.6.0 && < 2.8
|
||||||
|
|
||||||
test-suite readme
|
test-suite readme
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|
|
@ -107,7 +107,7 @@ test-suite spec
|
||||||
|
|
||||||
-- Additonal dependencies
|
-- Additonal dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
tasty >= 1.1.0.4 && < 1.2,
|
tasty >= 1.1.0.4 && < 1.3,
|
||||||
tasty-golden >= 2.3.2 && < 2.4,
|
tasty-golden >= 2.3.2 && < 2.4,
|
||||||
tasty-hunit >= 0.10.0.1 && < 0.11,
|
tasty-hunit >= 0.10.0.1 && < 0.11,
|
||||||
transformers >= 0.5.2.0 && < 0.6
|
transformers >= 0.5.2.0 && < 0.6
|
||||||
|
|
|
@ -116,7 +116,7 @@ test-suite spec
|
||||||
-- Additonal dependencies
|
-- Additonal dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
entropy >= 0.4.1.3 && < 0.5
|
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
|
, HUnit >= 1.6.0.0 && < 1.7
|
||||||
, network >= 2.8.0.0 && < 3.1
|
, network >= 2.8.0.0 && < 3.1
|
||||||
, QuickCheck >= 2.12.6.1 && < 2.13
|
, QuickCheck >= 2.12.6.1 && < 2.13
|
||||||
|
@ -125,7 +125,7 @@ test-suite spec
|
||||||
, tdigest >= 0.2 && < 0.3
|
, tdigest >= 0.2 && < 0.3
|
||||||
|
|
||||||
build-tool-depends:
|
build-tool-depends:
|
||||||
hspec-discover:hspec-discover >= 2.6.0 && < 2.7
|
hspec-discover:hspec-discover >= 2.6.0 && < 2.8
|
||||||
|
|
||||||
test-suite readme
|
test-suite readme
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|
|
@ -169,12 +169,12 @@ test-suite spec
|
||||||
|
|
||||||
-- Additonal dependencies
|
-- Additonal dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
hspec >= 2.6.0 && < 2.7
|
hspec >= 2.6.0 && < 2.8
|
||||||
, QuickCheck >= 2.12.6.1 && < 2.13
|
, QuickCheck >= 2.12.6.1 && < 2.13
|
||||||
, quickcheck-instances >= 0.3.19 && < 0.4
|
, quickcheck-instances >= 0.3.19 && < 0.4
|
||||||
|
|
||||||
build-tool-depends:
|
build-tool-depends:
|
||||||
hspec-discover:hspec-discover >= 2.6.0 && < 2.7
|
hspec-discover:hspec-discover >= 2.6.0 && < 2.8
|
||||||
|
|
||||||
test-suite doctests
|
test-suite doctests
|
||||||
build-depends:
|
build-depends:
|
||||||
|
@ -184,7 +184,7 @@ test-suite doctests
|
||||||
|
|
||||||
-- We test Links failure with doctest, so we need extra dependencies
|
-- We test Links failure with doctest, so we need extra dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
hspec >= 2.6.0 && < 2.7
|
hspec >= 2.6.0 && < 2.8
|
||||||
|
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: test/doctests.hs
|
main-is: test/doctests.hs
|
||||||
|
|
Loading…
Reference in a new issue