distributed-process-client-server 0.1.1 → 0.1.2
raw patch · 1 files changed
+14/−14 lines, 1 filesdep ~ansi-terminaldep ~distributed-process-asyncdep ~distributed-process-extrasPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ansi-terminal, distributed-process-async, distributed-process-extras, distributed-process-tests, network
API changes (from Hackage documentation)
Files
distributed-process-client-server.cabal view
@@ -1,5 +1,5 @@ name: distributed-process-client-server-version: 0.1.1+version: 0.1.2 cabal-version: >=1.8 build-type: Simple license: BSD3@@ -33,8 +33,8 @@ 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 && < 0.3,+ distributed-process-extras >= 0.2.0 && < 0.3,+ distributed-process-async >= 0.2.1 && < 0.3, binary >= 0.6.3.0 && < 0.8, deepseq >= 1.3.0.1 && < 1.4, mtl,@@ -45,7 +45,7 @@ stm >= 2.4 && < 2.5, time > 1.4 && < 1.5, transformers- if impl(ghc <= 7.5) + if impl(ghc <= 7.5) Build-Depends: template-haskell == 2.7.0.0, derive == 2.5.5, uniplate == 1.6.12,@@ -69,20 +69,20 @@ x-uses-tf: true build-depends: base >= 4.4 && < 5,- ansi-terminal >= 0.5 && < 0.6,+ ansi-terminal >= 0.5 && < 0.7, containers, distributed-process >= 0.5.2 && < 0.6,- distributed-process-extras >= 0.1.1 && < 0.2,- distributed-process-async >= 0.2.0 && < 0.3,+ distributed-process-extras >= 0.2.0 && < 0.3,+ distributed-process-async >= 0.2.1 && < 0.3, distributed-process-client-server,- distributed-process-tests >= 0.4.1 && < 0.5,+ distributed-process-tests >= 0.4.2 && < 0.5, network-transport >= 0.4 && < 0.5, mtl, fingertree < 0.2, network-transport-tcp >= 0.4 && < 0.5, binary >= 0.6.3.0 && < 0.8, deepseq >= 1.3.0.1 && < 1.4,- network >= 2.3 && < 2.6,+ network >= 2.3 && < 2.7, HUnit >= 1.2 && < 2, stm >= 2.3 && < 2.5, test-framework >= 0.6 && < 0.9,@@ -101,20 +101,20 @@ x-uses-tf: true build-depends: base >= 4.4 && < 5,- ansi-terminal >= 0.5 && < 0.6,+ ansi-terminal >= 0.5 && < 0.7, containers, distributed-process >= 0.5.2 && < 0.6,- distributed-process-extras >= 0.1.1 && < 0.2,- distributed-process-async >= 0.2.0 && < 0.3,+ distributed-process-extras >= 0.2.0 && < 0.3,+ distributed-process-async >= 0.2.1 && < 0.3, distributed-process-client-server,- distributed-process-tests >= 0.4.1 && < 0.5,+ distributed-process-tests >= 0.4.2 && < 0.5, network-transport >= 0.4 && < 0.5, mtl, fingertree < 0.2, network-transport-tcp >= 0.4 && < 0.5, binary >= 0.6.3.0 && < 0.8, deepseq >= 1.3.0.1 && < 1.4,- network >= 2.3 && < 2.6,+ network >= 2.3 && < 2.7, HUnit >= 1.2 && < 2, stm >= 2.3 && < 2.5, test-framework >= 0.6 && < 0.9,