Skip to content

Commit 06b3290

Browse files
dcouttsTim Watson
authored andcommitted
Need stm version 2.4 because of the use of TQueue
Spotted by Peter Robinson.
1 parent 1659f26 commit 06b3290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distributed-process.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Library
4141
Build-Depends: base >= 4.4 && < 5,
4242
binary >= 0.5 && < 0.7,
4343
network-transport >= 0.3 && < 0.4,
44-
stm >= 2.3 && < 2.5,
44+
stm >= 2.4 && < 2.5,
4545
transformers >= 0.2 && < 0.4,
4646
mtl >= 2.0 && < 2.2,
4747
data-accessor >= 0.2 && < 0.3,
@@ -133,7 +133,7 @@ Test-Suite TestStats
133133
random >= 1.0 && < 1.1,
134134
ansi-terminal >= 0.5 && < 0.6,
135135
containers >= 0.4 && < 0.6,
136-
stm >= 2.3 && < 2.5,
136+
stm >= 2.4 && < 2.5,
137137
distributed-process,
138138
network-transport >= 0.3 && < 0.4,
139139
network-transport-tcp >= 0.3 && < 0.4,

0 commit comments

Comments
 (0)