Skip to content

Commit

Permalink
Allow tasty-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed Dec 22, 2024
1 parent 0554c80 commit f3585b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tests:
dependencies:
- primecount
- silently >= 1.2 && < 1.3
- tasty >= 1.4 && < 1.5
- tasty >= 1.4 && < 1.6
- tasty-hunit >= 0.10 && < 0.11
other-modules:
- Test.Math.NumberTheory.Prime.Count
Expand Down
2 changes: 1 addition & 1 deletion primecount.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test-suite primecount-tests
base >=4.7 && <5.0
, primecount
, silently ==1.2.*
, tasty ==1.4.*
, tasty >=1.4 && <1.6
, tasty-hunit ==0.10.*
default-language: Haskell2010

Expand Down

0 comments on commit f3585b3

Please sign in to comment.