haskell-distributed / distributed-process

Cloud Haskell core libraries
http://haskell-distributed.github.io
711 stars 96 forks source link

Tutorial chapter 4 (Managed Processes) uses deprecated distributed-process-platform #451

Open sdroege opened 8 years ago

sdroege commented 8 years ago

https://haskell-distributed.github.io/tutorials/4ch.html mentions in the very beginning that it is using https://github.com/haskell-distributed/distributed-process-platform/tree/master/ ... which on the other hand says that it is deprecated in favor of multiple other libraries.

The tutorial should probably be updated to use those

hyperthunk commented 8 years ago

Ok will fix asap

hyperthunk commented 7 years ago

Addressed in a recent PR, will merge shortly. Thanks.