packages feed

distributed-process-async 0.2.8 → 0.2.9

raw patch · 2 files changed

+8/−5 lines, 2 filesdep −rematchdep ~deepseqdep ~distributed-process-systestPVP ok

version bump matches the API change (PVP)

Dependencies removed: rematch

Dependency ranges changed: deepseq, distributed-process-systest

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+2024-10-30 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.2.9++* Removed dependency on `rematch` (#459)+ 2024-09-03 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.2.8  * Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1
distributed-process-async.cabal view
@@ -1,6 +1,6 @@ cabal-version:  3.0 name:           distributed-process-async-version:        0.2.8+version:        0.2.9 build-type:     Simple license:        BSD-3-Clause license-file:   LICENCE@@ -41,7 +41,7 @@                    distributed-process >= 0.6.1 && < 0.8,                    exceptions >= 0.10 && < 1.0,                    binary >= 0.8 && < 0.9,-                   deepseq >= 1.4 && < 1.6,+                   deepseq >= 1.4 && < 1.7,                    mtl,                    containers >= 0.6 && < 0.8,                    hashable >= 1.2.0.5 && < 1.6,@@ -68,18 +68,17 @@                    ansi-terminal >= 0.5 && < 0.9,                    distributed-process,                    distributed-process-async,-                   distributed-process-systest >= 0.2.0,+                   distributed-process-systest ^>= 0.4,                    exceptions >= 0.10 && < 1.0,                    network >= 2.5 && < 3.3,                    network-transport >= 0.4 && < 0.6,                    network-transport-tcp >= 0.6 && < 0.9,                    binary >= 0.8 && < 0.9,-                   deepseq >= 1.4 && < 1.6,+                   deepseq >= 1.4 && < 1.7,                    -- HUnit >= 1.2 && < 2,                    stm >= 2.3 && < 2.6,                    test-framework >= 0.6 && < 0.9,                    test-framework-hunit,-                   rematch >= 0.2.0.0,                    transformers   hs-source-dirs:                    tests