distributed-process-task 0.1.0 → 0.1.1
raw patch · 1 files changed
+10/−10 lines, 1 filesdep ~distributed-processdep ~distributed-process-asyncdep ~distributed-process-client-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: distributed-process, distributed-process-async, distributed-process-client-server, distributed-process-extras
API changes (from Hackage documentation)
Files
- distributed-process-task.cabal +10/−10
distributed-process-task.cabal view
@@ -1,5 +1,5 @@ name: distributed-process-task-version: 0.1.0+version: 0.1.1 cabal-version: >=1.8 build-type: Simple license: BSD3@@ -16,7 +16,7 @@ These capabilities build on the Async Framework as well as other tools and libraries. The framework is currently a work in progress. The current release includes a simple bounded blocking queue implementation only, as an example of the kind of capability and API that we intend to produce.-category: Control+category: Control, Cloud Haskell tested-with: GHC == 7.4.2 GHC == 7.6.2 data-dir: "" @@ -32,10 +32,10 @@ build-depends: base >= 4.4 && < 5, data-accessor >= 0.2.2.3,- distributed-process >= 0.5.2 && < 0.6,- distributed-process-extras >= 0.1.1 && < 0.2,- distributed-process-async >= 0.2 && < 0.3,- distributed-process-client-server >= 0.1.1 && <0.2,+ distributed-process >= 0.5.3 && < 0.6,+ distributed-process-extras >= 0.2.0 && < 0.3,+ distributed-process-async >= 0.2.1 && < 0.3,+ distributed-process-client-server >= 0.1.2 && <0.2, binary >= 0.6.3.0 && < 0.8, deepseq >= 1.3.0.1 && < 1.4, mtl,@@ -67,11 +67,11 @@ containers, hashable, unordered-containers >= 0.2.3.0 && < 0.3,- distributed-process >= 0.5.2 && < 0.6,+ distributed-process >= 0.5.3 && < 0.6, distributed-process-task,- distributed-process-extras,- distributed-process-async,- distributed-process-client-server,+ distributed-process-extras >= 0.2.0 && < 0.3,+ distributed-process-async >= 0.2.1 && < 0.3,+ distributed-process-client-server >= 0.1.2 && <0.2, distributed-static, bytestring, data-accessor,