distributed-process-tests 0.4.5 → 0.4.6
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~binarydep ~bytestringPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: binary, bytestring
API changes (from Hackage documentation)
- Control.Distributed.Process.Tests.Internal.Utils: instance GHC.Generics.Constructor Control.Distributed.Process.Tests.Internal.Utils.C1_0Ping
- Control.Distributed.Process.Tests.Internal.Utils: instance GHC.Generics.Constructor Control.Distributed.Process.Tests.Internal.Utils.C1_0TestProcessControl
- Control.Distributed.Process.Tests.Internal.Utils: instance GHC.Generics.Constructor Control.Distributed.Process.Tests.Internal.Utils.C1_1TestProcessControl
- Control.Distributed.Process.Tests.Internal.Utils: instance GHC.Generics.Constructor Control.Distributed.Process.Tests.Internal.Utils.C1_2TestProcessControl
- Control.Distributed.Process.Tests.Internal.Utils: instance GHC.Generics.Datatype Control.Distributed.Process.Tests.Internal.Utils.D1Ping
- Control.Distributed.Process.Tests.Internal.Utils: instance GHC.Generics.Datatype Control.Distributed.Process.Tests.Internal.Utils.D1TestProcessControl
- Control.Distributed.Process.Tests.Mx: instance GHC.Generics.Constructor Control.Distributed.Process.Tests.Mx.C1_0Publish
- Control.Distributed.Process.Tests.Mx: instance GHC.Generics.Datatype Control.Distributed.Process.Tests.Mx.D1Publish
Files
distributed-process-tests.cabal view
@@ -1,5 +1,5 @@ name: distributed-process-tests-version: 0.4.5+version: 0.4.6 synopsis: Tests and test support tools for distributed-process. homepage: http://github.com/haskell-distributed/distributed-process/tree/master/distributed-process-tests description: Tests and test suite for Cloud Haskell libraries.@@ -27,8 +27,8 @@ Control.Distributed.Process.Tests.Internal.Utils Build-Depends: base >= 4.4 && < 5, ansi-terminal >= 0.5 && < 0.7,- binary >= 0.5 && < 0.8,- bytestring >= 0.9 && < 0.11,+ binary >= 0.5 && < 0.9,+ bytestring >= 0.9 && < 0.12, distributed-process >= 0.6.0 && < 0.7, distributed-static, HUnit >= 1.2 && < 1.4,