Skip to content

Commit

Permalink
Relax dependency on hspec to <2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan committed May 14, 2021
1 parent f7b4089 commit 99a2159
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 @@ -110,11 +110,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.8
build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.9
build-depends: base
, base-compat
, aeson
, hspec >=2.6.0 && <2.8
, hspec >=2.6.0 && <2.9
, QuickCheck
, lens
, lens-aeson >=1.0.2 && <1.2
Expand Down

0 comments on commit 99a2159

Please sign in to comment.