Skip to content

Commit c40a9c5

Browse files
author
Tim Watson
committed
Bump simplelocalnet version to 0.2.0.9
1 parent c45e94b commit c40a9c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

distributed-process-simplelocalnet/distributed-process-simplelocalnet.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Name: distributed-process-simplelocalnet
2-
Version: 0.2.0.8
2+
Version: 0.2.0.9
33
Cabal-Version: >=1.8
44
Build-Type: Simple
55
License: BSD3
66
License-File: LICENSE
77
Copyright: Well-Typed LLP
88
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
1010
Stability: experimental
1111
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
1313
Synopsis: Simple zero-configuration backend for Cloud Haskell
1414
Description: Simple backend based on the TCP transport which offers node
1515
discovery based on UDP multicast. This is a zero-configuration
@@ -38,7 +38,7 @@ Library
3838
transformers >= 0.2 && < 0.4,
3939
network-transport >= 0.3 && < 0.4,
4040
network-transport-tcp >= 0.3 && < 0.4,
41-
distributed-process >= 0.4.1 && < 0.5
41+
distributed-process >= 0.4.2 && < 0.5
4242
Exposed-modules: Control.Distributed.Process.Backend.SimpleLocalnet,
4343
Control.Distributed.Process.Backend.SimpleLocalnet.Internal.Multicast
4444
Extensions: RankNTypes,

0 commit comments

Comments
 (0)