Skip to content

Commit 90f7a44

Browse files
authored
Merge pull request #43 from biocad/maksbotan/hspec
Allow hspec-2.11
2 parents 8e21262 + c789845 commit 90f7a44

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)