BSD-3-Clause licensed  by Tim Watson 
Maintained by The Distributed Haskell team 
This version can be pinned in stack with:distributed-process-client-server-0.2.8.0@sha256:cee96bdb3d57b983804fd3caf0c3826855ee769151133eda4ca4ba940fe9f821,5042
Module documentation for 0.2.8.0 
ControlControl.DistributedControl.Distributed.Process
 
 
 
Depends on 11 packages
(full list with versions ) :
base , 
binary , 
containers , 
deepseq , 
distributed-process , 
distributed-process-async , 
distributed-process-extras , 
exceptions , 
fingertree , 
mtl , 
stm Modelled after Erlang OTP's gen_server, this framework provides similar
facilities for Cloud Haskell, grouping essential practices for client/server
development into a set of modules and standards designed to help you build
concurrent, distributed applications with relative ease.
Change Log 
2025-02-04 Laurent P. René de Cotret [email protected] 
Ported test suite to use tasty rather than test-framework. 
Removed unused dependencies and addressed some warnings (#467). 
 
2024-10-30  David Simmons-Duffin [email protected] 
Bump dependency bound for ansi-terminal 
 
2024-10-30 Laurent P. René de Cotret [email protected] 
Removed dependency on rematch (#459) 
 
2024-09-03 Laurent P. René de Cotret [email protected] 
Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1 
Updated links to point to Distributed Haskell monorepo 
 
Full Changelog 
Update version bounds. 
Support exceptions-0.10. 
 
v0.2.3  (2017-03-28)Full Changelog 
v0.2.2  (2017-03-27)Full Changelog 
v0.2.1  (2017-03-22)Full Changelog 
Merged pull requests: 
v0.2.0  (2017-03-13)Full Changelog 
Closed issues: 
Read external input vectors in the prioritised mailbox drain loop #15  
Compiler should enforce rules for prioritised processes #13  
Prioritised process mailbox handling can block indefinitely #12  
handleExternal support #9 safeCall and tryCall can fail if resolve throws #8 Someone on IRC claims we are leaking file descriptors #7  
Support GHC 8 #5  
 
Merged pull requests: 
Re-implement Prioritised Managed Processes #16  (hyperthunk ) 
Update bounds & stackify #11  (hyperthunk ) 
Handle arbitrary STM actions  #10  (hyperthunk ) 
Bump upper bounds on time and binary #6  (3noch ) 
make adjustments for GHC 8 support #4  (agentm ) 
Stick state argument to request and unify types across the handlers. #3  (wiz ) 
 
Full Changelog 
Full Changelog 
Merged pull requests: 
Add compatibility with ghc-7.10 #1  (qnikst ) 
 
v0.1.2  (2014-12-25)Full Changelog 
v0.1.1  (2014-12-17)Full Changelog 
v0.1.0  (2014-05-30)* This Change Log was automatically generated by github_changelog_generator  
Stackage is a service provided by the
Haskell Foundation 
│ Originally developed by
FP Complete