distributed-process-async 0.2.9 → 0.2.10
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~ansi-terminalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ansi-terminal
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- distributed-process-async.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+2024-10-30 David Simmons-Duffin <dsd@caltech.edu> 0.2.10++* Bump dependency bound for ansi-terminal+ 2024-10-30 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.2.9 * Removed dependency on `rematch` (#459)
distributed-process-async.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: distributed-process-async-version: 0.2.9+version: 0.2.10 build-type: Simple license: BSD-3-Clause license-file: LICENCE@@ -65,7 +65,7 @@ x-uses-tf: true build-depends: base >= 4.14 && < 5,- ansi-terminal >= 0.5 && < 0.9,+ ansi-terminal >= 0.5 && < 1.2, distributed-process, distributed-process-async, distributed-process-systest ^>= 0.4,