File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
distributed-process-simplelocalnet Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Name : distributed-process-simplelocalnet
2
- Version : 0.2.0.8
2
+ Version : 0.2.0.9
3
3
Cabal-Version : >= 1.8
4
4
Build-Type : Simple
5
5
License : BSD3
6
6
License-File : LICENSE
7
7
Copyright : Well-Typed LLP
8
8
Author : Duncan Coutts, Nicolas Wu, Edsko de Vries
9
- Maintainer : edsko@well-typed.com, duncan@well-typed.com
9
+ Maintainer : watson.timothy@gmail.com, edsko@well-typed.com, duncan@well-typed.com
10
10
Stability : experimental
11
11
Homepage : http://github.com/haskell-distributed/distributed-process
12
- Bug-Reports : mailto :edsko@well-typed .com
12
+ Bug-Reports : http://github .com/haskell-distributed/distributed-process/issues
13
13
Synopsis : Simple zero-configuration backend for Cloud Haskell
14
14
Description : Simple backend based on the TCP transport which offers node
15
15
discovery based on UDP multicast. This is a zero-configuration
@@ -38,7 +38,7 @@ Library
38
38
transformers >= 0.2 && < 0.4 ,
39
39
network-transport >= 0.3 && < 0.4 ,
40
40
network-transport-tcp >= 0.3 && < 0.4 ,
41
- distributed-process >= 0.4.1 && < 0.5
41
+ distributed-process >= 0.4.2 && < 0.5
42
42
Exposed-modules : Control.Distributed.Process.Backend.SimpleLocalnet,
43
43
Control.Distributed.Process.Backend.SimpleLocalnet.Internal.Multicast
44
44
Extensions : RankNTypes,
You can’t perform that action at this time.
0 commit comments