distributed-process-simplelocalnet 0.2.3.2 → 0.2.3.3
raw patch · 2 files changed
+10/−6 lines, 2 filesdep ~network-multicastPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: network-multicast
API changes (from Hackage documentation)
- Control.Distributed.Process.Backend.SimpleLocalnet.Internal.Multicast: initMulticast :: Binary a => HostName -> PortNumber -> Int -> IO (IO (a, SockAddr), a -> IO ())
+ Control.Distributed.Process.Backend.SimpleLocalnet.Internal.Multicast: initMulticast :: forall a. Binary a => HostName -> PortNumber -> Int -> IO (IO (a, SockAddr), a -> IO ())
Files
ChangeLog view
@@ -1,3 +1,7 @@+2016-10-13 Facundo Domínguez <facundo.dominguezy@tweag.io> 0.2.3.3++* Update dependency bounds.+ 2016-02-16 Facundo Domínguez <facundo.dominguezy@tweag.io> 0.2.3.2 * Update dependency bounds.
distributed-process-simplelocalnet.cabal view
@@ -1,5 +1,5 @@ Name: distributed-process-simplelocalnet-Version: 0.2.3.2+Version: 0.2.3.3 Cabal-Version: >=1.8 Build-Type: Simple License: BSD3@@ -31,11 +31,11 @@ Build-Depends: base >= 4.4 && < 5, bytestring >= 0.9 && < 0.11, network >= 2.3 && < 2.7,- network-multicast >= 0.0 && < 0.2,+ network-multicast >= 0.1.1 && < 0.2, data-accessor >= 0.2 && < 0.3,- binary >= 0.6.3 && < 0.8,+ binary >= 0.6.3 && < 0.9, containers >= 0.4 && < 0.6,- transformers >= 0.2 && < 0.5,+ transformers >= 0.2 && < 0.6, network-transport >= 0.4.1.0 && < 0.5, network-transport-tcp >= 0.4 && < 0.6, distributed-process >= 0.5.0 && < 0.7@@ -55,9 +55,9 @@ network >= 2.3 && < 2.7, network-multicast >= 0.0 && < 0.2, data-accessor >= 0.2 && < 0.3,- binary >= 0.5 && < 0.8,+ binary >= 0.5 && < 0.9, containers >= 0.4 && < 0.6,- transformers >= 0.2 && < 0.5,+ transformers >= 0.2 && < 0.6, network-transport >= 0.4.1.0 && < 0.5, network-transport-tcp >= 0.4 && < 0.6, distributed-process >= 0.5.0 && < 0.7