Skip to content

Commit

Permalink
bump tasty-quickcheck upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Jul 3, 2024
1 parent cc653ba commit 505ffe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasty-hspec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: tasty-hspec
synopsis: Hspec support for the Tasty test framework.
tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1
version: 1.2.0.4
x-revision: 4
x-revision: 5

extra-doc-files:
.gitignore
Expand All @@ -35,7 +35,7 @@ library
QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14 || ^>= 2.15,
tasty ^>= 1.3 || ^>= 1.4 || ^>= 1.5,
tasty-smallcheck >= 0.1 && < 0.9,
tasty-quickcheck ^>= 0.9.1 || ^>= 0.10,
tasty-quickcheck ^>= 0.9.1 || ^>= 0.10 || ^>= 0.11,
default-extensions:
LambdaCase
ScopedTypeVariables
Expand Down

0 comments on commit 505ffe4

Please sign in to comment.