haskell-distributed / distributed-process-platform

DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
47 stars 18 forks source link

rename Process to GenProcess #53

Closed ericbmerritt closed 11 years ago

ericbmerritt commented 11 years ago

along with some cleanup commits.

Note that I only renamed Process, not ProcessAction, RPC or any of the others. I think those are fine as is, but that depends on your logic.

hyperthunk commented 11 years ago

:+1: will merge shortly.

hyperthunk commented 11 years ago

Merged - thanks Eric.