File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
distributed-process-simplelocalnet Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2012-08-09 Edsko de Vries <edsko@well-typed.com> 0.2.0.4
2
+
3
+ * Relax version bounds for distributed-process
4
+
1
5
2012-07-17 Edsko de Vries <edsko@well-typed.com> 0.2.0.3
2
6
3
7
* Improve documentation
Original file line number Diff line number Diff line change 1
1
Name : distributed-process-simplelocalnet
2
- Version : 0.2.0.3
2
+ Version : 0.2.0.4
3
3
Cabal-Version : >= 1.8
4
4
Build-Type : Simple
5
5
License : BSD3
@@ -34,7 +34,7 @@ Library
34
34
transformers >= 0.2 && < 0.4 ,
35
35
network-transport >= 0.2 && < 0.3 ,
36
36
network-transport-tcp >= 0.2 && < 0.3 ,
37
- distributed-process >= 0.2 && < 0.3
37
+ distributed-process >= 0.2 && < 0.4
38
38
Exposed-modules : Control.Distributed.Process.Backend.SimpleLocalnet,
39
39
Control.Distributed.Process.Backend.SimpleLocalnet.Internal.Multicast
40
40
Extensions : RankNTypes,
You can’t perform that action at this time.
0 commit comments