1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Index: b/http-api-data.cabal
===================================================================
--- a/http-api-data.cabal
+++ b/http-api-data.cabal
@@ -86,7 +86,7 @@ test-suite spec
hs-source-dirs: test
ghc-options: -Wall
default-language: Haskell2010
- build-tool-depends: hspec-discover:hspec-discover >= 2.7.1 && <2.11
+ build-tool-depends: hspec-discover:hspec-discover >= 2.7.1
-- inherited depndencies
build-depends:
base
@@ -103,7 +103,7 @@ test-suite spec
build-depends: nats
build-depends: HUnit >= 1.6.0.0 && <1.7
- , hspec >= 2.7.1 && <2.11
+ , hspec >= 2.7.1
, QuickCheck >= 2.13.1 && <2.15
, quickcheck-instances >= 0.3.25.2 && <0.4
|