Skip to content

Commit

Permalink
bump tasty-discover upper bound
Browse files Browse the repository at this point in the history
```
cabal build --enable-tests --constraint 'tasty-discover==5.0.0'  -j
```
succeeds
  • Loading branch information
peterbecich authored and alexbiehl committed Nov 15, 2024
1 parent 7775add commit e286bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcontainers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test-suite tests
base
, hspec >=2.0 && <3.0
, tasty
, tasty-discover >=4.2.1 && <4.3
, tasty-discover >=4.2.1 && <6
, tasty-hspec
, tasty-hunit
, testcontainers
Expand Down

0 comments on commit e286bd2

Please sign in to comment.