Changelog for distributed-process-extras-0.3.9

2025-02-04 Laurent P. René de Cotret <[email protected]> 0.3.9 * Ported test suite to use `tasty` rather than `test-framework`. * Addressed some compilation warnings (#467). 2024-10-30 David Simmons-Duffin <[email protected]> 0.3.8 * Bump dependency bound for ansi-terminal 2024-10-30 Laurent P. René de Cotret <[email protected]> 0.3.7 * Removed dependency on `rematch` (#459) 2024-09-03 Laurent P. René de Cotret <[email protected]> 0.3.6 * Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1 * Updated links to point to Distributed Haskell monorepo 2017-06-13 Alexander Vershilov <[email protected]> 0.3.5 * Bump dependencies * Cleanup code 2017-02-05 Tim Watson <watson.timothy @ google mail service dot com> 0.3.0 * re-implement whereIsRemote in terms of whereIsRemoteAsync * re-implement whereisOrStart to avoid leaking zombie processes * implement general NFSerializable instances * make Resolvable instance of (NodeId, String) exception safe * remove dependency on data-accessor * Relax upper bound on time for testing * documentation fixes and improvements 2017-02-05 Tim Watson <watson.timothy @ google mail service dot com> 0.3.0 * Update dependency bounds - drop support for distributed-process < 0.6.6 * Drop support for GHC < 7.10 * Fixes for testing with latest stack and CI changes 2016-02-16 Facundo Domínguez <[email protected]> 0.2.1.2 * Update dependency bounds. 2015-06-15 Facundo Domínguez <[email protected]> 0.2.1 * Use random port in tests. * Add compatibility with ghc-7.10. * Fix dependency bounds. * Add missing NFData instances.