Skip to content

Commit

Permalink
Merge pull request #43 from biocad/maksbotan/hspec
Browse files Browse the repository at this point in the history
Allow hspec-2.11
  • Loading branch information
maksbotan authored May 4, 2023
2 parents 8e21262 + c789845 commit 90f7a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servant-openapi3.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ test-suite spec
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.11
build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.12
build-depends: base
, base-compat
, aeson
, hspec >=2.6.0 && <2.11
, hspec >=2.6.0 && <2.12
, QuickCheck
, lens
, lens-aeson >=1.0.2 && <1.3
Expand Down

0 comments on commit 90f7a44

Please sign in to comment.