Skip to content

Commit 477d17c

Browse files
committed
Allow random-1.3 (fixes #464)
1 parent 4327bbd commit 477d17c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/distributed-process-systest/distributed-process-systest.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ library
4040
HUnit >= 1.2 && < 2,
4141
network-transport >= 0.4.1.0 && < 0.6,
4242
network >= 2.5 && < 3.3,
43-
random >= 1.0 && < 1.3,
43+
random >= 1.0 && < 1.4,
4444
test-framework >= 0.6 && < 0.9,
4545
test-framework-hunit >= 0.2.0 && < 0.4,
4646
exceptions < 0.11,

packages/distributed-process-tests/distributed-process-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ library
5151
HUnit >= 1.2 && < 1.7,
5252
network-transport >= 0.4.1.0 && < 0.6,
5353
network >= 2.5 && < 3.3,
54-
random >= 1.0 && < 1.3,
54+
random >= 1.0 && < 1.4,
5555
setenv >= 0.1.1.3,
5656
test-framework >= 0.6 && < 0.9,
5757
test-framework-hunit >= 0.2.0 && < 0.4,

packages/distributed-process/distributed-process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Library
5555
mtl >= 2.0 && < 2.4,
5656
data-accessor >= 0.2 && < 0.3,
5757
bytestring >= 0.10 && < 0.13,
58-
random >= 1.0 && < 1.3,
58+
random >= 1.0 && < 1.4,
5959
distributed-static >= 0.2 && < 0.4,
6060
rank1dynamic >= 0.1 && < 0.5,
6161
syb >= 0.3 && < 0.8,

packages/network-transport-tests/network-transport-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
network-transport >= 0.4.1.0 && < 0.6,
4040
containers >= 0.6 && < 0.8,
4141
bytestring >= 0.10 && < 0.13,
42-
random >= 1.0 && < 1.3,
42+
random >= 1.0 && < 1.4,
4343
mtl >= 2.2.1 && < 2.4,
4444
ansi-terminal >= 0.5
4545
hs-source-dirs: src

0 commit comments

Comments
 (0)