We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d8def commit ea20d09Copy full SHA for ea20d09
openapi3.cabal
@@ -119,14 +119,14 @@ test-suite spec
119
120
-- test-suite only dependencies
121
build-depends:
122
- hspec >=2.5.5 && <2.8
+ hspec >=2.5.5 && <2.9
123
, HUnit >=1.6.0.0 && <1.7
124
, quickcheck-instances >=0.3.19 && <0.14
125
, utf8-string >=1.0.1.1 && <1.1
126
127
-- https://github.com/haskell/cabal/issues/3708
128
build-tool-depends:
129
- hspec-discover:hspec-discover >=2.5.5 && <2.8
+ hspec-discover:hspec-discover >=2.5.5 && <2.9
130
131
other-modules:
132
SpecCommon
0 commit comments