Skip to content

Commit

Permalink
Allow random-1.3 (fixes #464)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jan 6, 2025
1 parent 4327bbd commit 477d17c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library
HUnit >= 1.2 && < 2,
network-transport >= 0.4.1.0 && < 0.6,
network >= 2.5 && < 3.3,
random >= 1.0 && < 1.3,
random >= 1.0 && < 1.4,
test-framework >= 0.6 && < 0.9,
test-framework-hunit >= 0.2.0 && < 0.4,
exceptions < 0.11,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ library
HUnit >= 1.2 && < 1.7,
network-transport >= 0.4.1.0 && < 0.6,
network >= 2.5 && < 3.3,
random >= 1.0 && < 1.3,
random >= 1.0 && < 1.4,
setenv >= 0.1.1.3,
test-framework >= 0.6 && < 0.9,
test-framework-hunit >= 0.2.0 && < 0.4,
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-process/distributed-process.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Library
mtl >= 2.0 && < 2.4,
data-accessor >= 0.2 && < 0.3,
bytestring >= 0.10 && < 0.13,
random >= 1.0 && < 1.3,
random >= 1.0 && < 1.4,
distributed-static >= 0.2 && < 0.4,
rank1dynamic >= 0.1 && < 0.5,
syb >= 0.3 && < 0.8,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
network-transport >= 0.4.1.0 && < 0.6,
containers >= 0.6 && < 0.8,
bytestring >= 0.10 && < 0.13,
random >= 1.0 && < 1.3,
random >= 1.0 && < 1.4,
mtl >= 2.2.1 && < 2.4,
ansi-terminal >= 0.5
hs-source-dirs: src
Expand Down

0 comments on commit 477d17c

Please sign in to comment.