Skip to content

Commit

Permalink
Allow random-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jan 6, 2025
1 parent 0ffe33a commit 3bb04e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arithmoi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
integer-logarithms >=1.0 && <1.1,
integer-roots >=1.0 && <1.1,
mod <0.3,
random >=1.0 && <1.3,
random >=1.0 && <1.4,
transformers >=0.4 && <0.7,
semirings >=0.5.2 && <0.8,
vector >=0.12 && <0.14
Expand Down Expand Up @@ -115,7 +115,7 @@ test-suite arithmoi-tests
mod,
QuickCheck >=2.10 && <2.16,
quickcheck-classes >=0.6.3 && <0.7,
random >=1.0 && <1.3,
random,
semirings >=0.2,
smallcheck >=1.2 && <1.3,
tasty >=0.10 && <1.6,
Expand Down

0 comments on commit 3bb04e2

Please sign in to comment.