distributed-process-simplelocalnet 0.2.2.0 → 0.2.3.0
raw patch · 2 files changed
+61/−4 lines, 2 filesdep ~distributed-processdep ~network-transport-tcpnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: distributed-process, network-transport-tcp
API changes (from Hackage documentation)
Files
- ChangeLog +56/−0
- distributed-process-simplelocalnet.cabal +5/−4
+ ChangeLog view
@@ -0,0 +1,56 @@+2013-01-27 Facundo Domínguez <facundo.dominguezy@tweag.io> 0.2.3.0++* Fix dependency bounds.+* Minor improvements to tests.++2013-01-27 Tim Watson <watson.timothy@gmail.com> 0.2.2.0++* Bump dependencies++2013-01-27 Tim Watson <watson.timothy@gmail.com> 0.2.1.0++2013-01-27 Tim Watson <watson.timothy@gmail.com> 0.2.0.9++* Shut down the logger process before exiting+* Improvements to the redirection of logging+* Fix restarting of master++2012-11-22 Edsko de Vries <edsko@well-typed.com> 0.2.0.8++* Use the new 'register' semantics (depends on distributed-process-0.4.1).+Patch by Jeff Epstein+* Relax package bounds to allow for Binary 0.6++2012-10-23 Edsko de Vries <edsko@well-typed.com> 0.2.0.7++* Fix cabal script so that the example program compiles++2012-10-03 Edsko de Vries <edsko@well-typed.com> 0.2.0.6++* Use new version of network-transport+* network-2.4.0 compatibility+* Relax upper bound on distributed-process dependency++2012-08-22 Edsko de Vries <edsko@well-typed.com> 0.2.0.5++* Don't assume slaves are still alive in findSlaves++2012-08-09 Edsko de Vries <edsko@well-typed.com> 0.2.0.4++* Relax version bounds for distributed-process++2012-07-17 Edsko de Vries <edsko@well-typed.com> 0.2.0.3++* Improve documentation++2012-07-16 Edsko de Vries <edsko@well-typed.com> 0.2.0.2++* Relax contraints on bytestring and containers++2012-07-09 Edsko de Vries <edsko@well-typed.com> 0.2.0.1++* Bugfix: Documentation referred to old module name ++2012-07-07 Edsko de Vries <edsko@well-typed.com> 0.2.0++* Initial release.
distributed-process-simplelocalnet.cabal view
@@ -1,12 +1,12 @@ Name: distributed-process-simplelocalnet-Version: 0.2.2.0+Version: 0.2.3.0 Cabal-Version: >=1.8 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: Well-Typed LLP Author: Duncan Coutts, Nicolas Wu, Edsko de Vries-Maintainer: watson.timothy@gmail.com, edsko@well-typed.com, duncan@well-typed.com+Maintainer: Facundo Domínguez <facundo.dominguez@tweag.io> Stability: experimental Homepage: http://haskell-distributed.github.com Bug-Reports: https://cloud-haskell.atlassian.net/browse/DPSLN@@ -17,6 +17,7 @@ without imposing any structure on your application. Tested-With: GHC==7.2.2 GHC==7.4.1 GHC==7.4.2 Category: Control +extra-source-files: ChangeLog Source-Repository head Type: git@@ -58,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.3 && < 0.4,- distributed-process >= 0.4.1 && < 0.5+ network-transport-tcp >= 0.4 && < 0.5,+ distributed-process >= 0.5.0 && < 0.6 Else Buildable: False Extensions: RankNTypes,