Skip to content

Commit

Permalink
Merge pull request #145 from Bodigrim/tasty-1.5
Browse files Browse the repository at this point in the history
Allow tasty-1.5
  • Loading branch information
Shimuuar authored Sep 18, 2023
2 parents 632b64e + 39996e0 commit b0d8531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions random.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ test-suite spec
random,
smallcheck >=1.2 && <1.3,
stm,
tasty >=1.0 && <1.5,
tasty >=1.0 && <1.6,
tasty-smallcheck >=0.8 && <0.9,
tasty-hunit >=0.10 && <0.11,
transformers
Expand All @@ -177,7 +177,7 @@ test-suite spec-inspection
build-depends:
base,
random,
tasty >=1.0 && <1.5
tasty >=1.0 && <1.6
if impl(ghc >= 8.0)
build-depends:
tasty-inspection-testing
Expand Down

0 comments on commit b0d8531

Please sign in to comment.