Skip to content

Commit 2323906

Browse files
authored
Allow hspec 2.10 (#1609)
Builds fine and all tests pass.
1 parent f0e2316 commit 2323906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servant-swagger/servant-swagger.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ test-suite spec
106106
type: exitcode-stdio-1.0
107107
hs-source-dirs: test
108108
main-is: Spec.hs
109-
build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.10
109+
build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.11
110110
build-depends: base
111111
, base-compat
112112
, aeson >=1.4.2.0 && <3
113-
, hspec >=2.6.0 && <2.10
113+
, hspec >=2.6.0 && <2.11
114114
, QuickCheck
115115
, lens
116116
, lens-aeson >=1.0.2 && <1.3

0 commit comments

Comments
 (0)