You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><ahref="http://github.com/haskell-distributed">Code</a> licensed under <ahref="https://github.com/haskell-distributed/distributed-process/blob/master/LICENSE" target="_blank">BSD-3</a>,
10
10
</p>
11
11
<p>
12
-
Website design shamelessly derived from <ahref="https://twitter.com/kmett">Edward Kmett's'</a>
12
+
Website design shamelessly derived from <ahref="https://twitter.com/kmett">Edward Kmett's'</a>
13
13
<ahref="http://lens.github.com/">lens library github pages</a> under <ahref="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
Copy file name to clipboardExpand all lines: index.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,8 @@ title: Home
5
5
Cloud Haskell: Erlang-style concurrent and distributed programming in Haskell.
6
6
The Cloud Haskell Platform consists of a
7
7
[generic network transport API](https://github.com/haskell-distributed/network-transport),
8
-
libraries for sending [static closures](https://github.com/haskell-distributed/distributed-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distributed/distributed-process) and a
9
-
set of [Platform Libraries](https://github.com/haskell-distributed/distributed-process-platform),
10
-
modelled after Erlang's [Open Telecom Platform](http://www.erlang.org/doc/).
8
+
libraries for sending [static closures](https://github.com/haskell-distributed/distributed-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distributed/distributed-process) and a
9
+
set of platform libraries modelled after Erlang's [Open Telecom Platform](http://www.erlang.org/doc/).
11
10
12
11
Generic network transport backends have been developed for
13
12
[TCP](https://github.com/haskell-distributed/network-transport-tcp) and
0 commit comments