distributed-process-extras 0.2.1.1 → 0.2.1.2
raw patch · 2 files changed
+13/−9 lines, 2 filesdep ~basedep ~binarydep ~distributed-processnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, binary, distributed-process, network-transport-tcp, time
API changes (from Hackage documentation)
Files
- ChangeLog +4/−0
- distributed-process-extras.cabal +9/−9
ChangeLog view
@@ -1,3 +1,7 @@+2016-02-16 Facundo Domínguez <facundo.dominguez@tweag.io> 0.2.1.2++* Update dependency bounds.+ 2015-06-15 Facundo Domínguez <facundo.dominguez@tweag.io> 0.2.1 * Use random port in tests.
distributed-process-extras.cabal view
@@ -1,5 +1,5 @@ name: distributed-process-extras-version: 0.2.1.1+version: 0.2.1.2 cabal-version: >=1.8 build-type: Simple license: BSD3@@ -27,7 +27,7 @@ build-depends: base >= 4.4 && < 5, data-accessor >= 0.2.2.3,- distributed-process >= 0.5.3 && < 0.6,+ distributed-process >= 0.5.3 && < 0.7, binary >= 0.6.3.0 && < 0.8, deepseq >= 1.3.0.1 && < 1.6, mtl,@@ -68,7 +68,7 @@ build-depends: base >= 4.4 && < 5, ansi-terminal >= 0.5 && < 0.7,- distributed-process >= 0.5.3 && < 0.6,+ distributed-process >= 0.5.3 && < 0.7, distributed-process-extras, distributed-process-tests >= 0.4.2 && < 0.5, HUnit >= 1.2 && < 2,@@ -91,13 +91,13 @@ build-depends: base >= 4.4 && < 5, ansi-terminal >= 0.5 && < 0.7,- distributed-process >= 0.5.3 && < 0.6,+ distributed-process >= 0.5.3 && < 0.7, distributed-process-extras, distributed-process-tests >= 0.4.2 && < 0.5, network-transport >= 0.4 && < 0.5, mtl, containers >= 0.4 && < 0.6,- network-transport-tcp >= 0.4 && < 0.5,+ network-transport-tcp >= 0.4 && < 0.6, binary >= 0.6.3.0 && < 0.8, deepseq >= 1.3.0.1 && < 1.6, network >= 2.3 && < 2.7,@@ -120,11 +120,11 @@ base >= 4.4 && < 5, ansi-terminal >= 0.5 && < 0.7, deepseq >= 1.3.0.1 && < 1.6,- distributed-process >= 0.5.3 && < 0.6,+ distributed-process >= 0.5.3 && < 0.7, distributed-process-extras, distributed-process-tests >= 0.4.2 && < 0.5, network-transport >= 0.4 && < 0.5,- network-transport-tcp >= 0.4 && < 0.5,+ network-transport-tcp >= 0.4 && < 0.6, HUnit >= 1.2 && < 2, test-framework >= 0.6 && < 0.9, test-framework-hunit,@@ -148,7 +148,7 @@ containers, hashable, unordered-containers >= 0.2.3.0 && < 0.3,- distributed-process >= 0.5.3 && < 0.6,+ distributed-process >= 0.5.3 && < 0.7, distributed-process-extras, distributed-process-tests >= 0.4.2 && < 0.5, distributed-static,@@ -158,7 +158,7 @@ network-transport >= 0.4 && < 0.5, deepseq >= 1.3.0.1 && < 1.6, mtl,- network-transport-tcp >= 0.4 && < 0.5,+ network-transport-tcp >= 0.4 && < 0.6, binary >= 0.6.3.0 && < 0.8, network >= 2.3 && < 2.7, HUnit >= 1.2 && < 2,