distributed-process-simplelocalnet 0.2.3.1 → 0.2.3.2
raw patch · 2 files changed
+16/−8 lines, 2 filesdep ~binarydep ~distributed-processdep ~network-transport-tcpPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: binary, distributed-process, network-transport-tcp, transformers
API changes (from Hackage documentation)
Files
ChangeLog view
@@ -1,3 +1,11 @@+2016-02-16 Facundo Domínguez <facundo.dominguezy@tweag.io> 0.2.3.2++* Update dependency bounds.++2015-01-29 Facundo Domínguez <facundo.dominguezy@tweag.io> 0.2.3.1++* Update dependency bounds.+ 2013-01-27 Facundo Domínguez <facundo.dominguezy@tweag.io> 0.2.3.0 * Fix dependency bounds.
distributed-process-simplelocalnet.cabal view
@@ -1,8 +1,8 @@ Name: distributed-process-simplelocalnet-Version: 0.2.3.1+Version: 0.2.3.2 Cabal-Version: >=1.8 Build-Type: Simple-License: BSD3 +License: BSD3 License-File: LICENSE Copyright: Well-Typed LLP Author: Duncan Coutts, Nicolas Wu, Edsko de Vries@@ -10,13 +10,13 @@ Stability: experimental Homepage: http://haskell-distributed.github.com Bug-Reports: https://cloud-haskell.atlassian.net/browse/DPSLN-Synopsis: Simple zero-configuration backend for Cloud Haskell +Synopsis: Simple zero-configuration backend for Cloud Haskell Description: Simple backend based on the TCP transport which offers node discovery based on UDP multicast. This is a zero-configuration backend designed to get you going with Cloud Haskell quickly without imposing any structure on your application. Tested-With: GHC==7.2.2 GHC==7.4.1 GHC==7.4.2-Category: Control +Category: Control extra-source-files: ChangeLog Source-Repository head@@ -37,8 +37,8 @@ containers >= 0.4 && < 0.6, transformers >= 0.2 && < 0.5, network-transport >= 0.4.1.0 && < 0.5,- network-transport-tcp >= 0.4 && < 0.5,- distributed-process >= 0.5.0 && < 0.6+ network-transport-tcp >= 0.4 && < 0.6,+ distributed-process >= 0.5.0 && < 0.7 Exposed-modules: Control.Distributed.Process.Backend.SimpleLocalnet, Control.Distributed.Process.Backend.SimpleLocalnet.Internal.Multicast Extensions: RankNTypes,@@ -59,8 +59,8 @@ containers >= 0.4 && < 0.6, transformers >= 0.2 && < 0.5, network-transport >= 0.4.1.0 && < 0.5,- network-transport-tcp >= 0.4 && < 0.5,- distributed-process >= 0.5.0 && < 0.6+ network-transport-tcp >= 0.4 && < 0.6,+ distributed-process >= 0.5.0 && < 0.7 Else Buildable: False Extensions: RankNTypes,