diff --git a/openapi3.cabal b/openapi3.cabal index 8718c151..4057a575 100644 --- a/openapi3.cabal +++ b/openapi3.cabal @@ -122,14 +122,14 @@ test-suite spec -- test-suite only dependencies build-depends: - hspec >=2.5.5 && <2.10 + hspec >=2.5.5 && <2.11 , HUnit >=1.6.0.0 && <1.7 , quickcheck-instances >=0.3.19 && <0.14 , utf8-string >=1.0.1.1 && <1.1 -- https://github.com/haskell/cabal/issues/3708 build-tool-depends: - hspec-discover:hspec-discover >=2.5.5 && <2.10 + hspec-discover:hspec-discover >=2.5.5 && <2.11 other-modules: SpecCommon