Skip to content

Commit

Permalink
Merge pull request #14 from klapaucius/relax-hspec-boundaries
Browse files Browse the repository at this point in the history
Relax `hspec` boundaries
  • Loading branch information
swamp-agr committed Jan 31, 2023
2 parents d64ca5e + fcfeb92 commit 7a0da4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vector-hashtables.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ test-suite vector-hashtables-test

-- Additional dependencies
build-depends:
hspec >= 2.6.0 && < 2.8
hspec >= 2.6.0 && < 2.11
, QuickCheck >= 2.12.6.1 && < 2.15
, quickcheck-instances >= 0.3.19 && < 0.4

build-tool-depends:
hspec-discover:hspec-discover >= 2.6.0 && < 2.8
hspec-discover:hspec-discover >= 2.6.0 && < 2.11

source-repository head
type: git
Expand Down

0 comments on commit 7a0da4b

Please sign in to comment.