Skip to content

Commit ea20d09

Browse files
committed
Relax hspec dependency to <2.9
1 parent 26d8def commit ea20d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi3.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ test-suite spec
119119

120120
-- test-suite only dependencies
121121
build-depends:
122-
hspec >=2.5.5 && <2.8
122+
hspec >=2.5.5 && <2.9
123123
, HUnit >=1.6.0.0 && <1.7
124124
, quickcheck-instances >=0.3.19 && <0.14
125125
, utf8-string >=1.0.1.1 && <1.1
126126

127127
-- https://github.com/haskell/cabal/issues/3708
128128
build-tool-depends:
129-
hspec-discover:hspec-discover >=2.5.5 && <2.8
129+
hspec-discover:hspec-discover >=2.5.5 && <2.9
130130

131131
other-modules:
132132
SpecCommon

0 commit comments

Comments
 (0)