Skip to content

Commit

Permalink
Allow hspec 2.10 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan authored May 16, 2022
1 parent 340d86f commit 8119d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi3.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ test-suite spec

-- test-suite only dependencies
build-depends:
hspec >=2.5.5 && <2.10
hspec >=2.5.5 && <2.11
, HUnit >=1.6.0.0 && <1.7
, quickcheck-instances >=0.3.19 && <0.14
, utf8-string >=1.0.1.1 && <1.1

-- https://github.com/haskell/cabal/issues/3708
build-tool-depends:
hspec-discover:hspec-discover >=2.5.5 && <2.10
hspec-discover:hspec-discover >=2.5.5 && <2.11

other-modules:
SpecCommon
Expand Down

0 comments on commit 8119d13

Please sign in to comment.