Skip to content

Commit c789845

Browse files
committed
Allow hspec-2.11
1 parent 8e21262 commit c789845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servant-openapi3.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ test-suite spec
112112
type: exitcode-stdio-1.0
113113
hs-source-dirs: test
114114
main-is: Spec.hs
115-
build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.11
115+
build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.12
116116
build-depends: base
117117
, base-compat
118118
, aeson
119-
, hspec >=2.6.0 && <2.11
119+
, hspec >=2.6.0 && <2.12
120120
, QuickCheck
121121
, lens
122122
, lens-aeson >=1.0.2 && <1.3

0 commit comments

Comments
 (0)