We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1659f26 commit 06b3290Copy full SHA for 06b3290
distributed-process.cabal
@@ -41,7 +41,7 @@ Library
41
Build-Depends: base >= 4.4 && < 5,
42
binary >= 0.5 && < 0.7,
43
network-transport >= 0.3 && < 0.4,
44
- stm >= 2.3 && < 2.5,
+ stm >= 2.4 && < 2.5,
45
transformers >= 0.2 && < 0.4,
46
mtl >= 2.0 && < 2.2,
47
data-accessor >= 0.2 && < 0.3,
@@ -133,7 +133,7 @@ Test-Suite TestStats
133
random >= 1.0 && < 1.1,
134
ansi-terminal >= 0.5 && < 0.6,
135
containers >= 0.4 && < 0.6,
136
137
distributed-process,
138
139
network-transport-tcp >= 0.3 && < 0.4,
0 commit comments