Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jul 8, 2024
1 parent aa9d06e commit f9ff242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arithmoi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ test-suite arithmoi-tests
infinite-list,
integer-roots >=1.0,
mod,
QuickCheck >=2.10 && <2.15,
QuickCheck >=2.10 && <2.16,
quickcheck-classes >=0.6.3 && <0.7,
random >=1.0 && <1.3,
semirings >=0.2,
smallcheck >=1.2 && <1.3,
tasty >=0.10 && <1.6,
tasty-hunit >=0.9 && <0.11,
tasty-quickcheck >=0.9 && <0.11,
tasty-quickcheck >=0.9 && <0.12,
tasty-rerun >=1.1.17 && <1.2,
tasty-smallcheck >=0.8 && <0.9,
transformers >=0.5,
Expand Down Expand Up @@ -185,7 +185,7 @@ benchmark arithmoi-bench
mod,
random,
semirings,
tasty-bench < 0.4,
tasty-bench >= 0.4 && < 0.5,
vector
other-modules:
Math.NumberTheory.ArithmeticFunctionsBench
Expand Down

0 comments on commit f9ff242

Please sign in to comment.