Skip to content

Commit 2edcdf0

Browse files
committed
Updated README to list packages
1 parent d6b7134 commit 2edcdf0

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
# distributed-process
22
[![Release](https://img.shields.io/hackage/v/distributed-process.svg)](https://hackage.haskell.org/package/distributed-process)
33

4-
This repository contains an implementation of Cloud Haskell. This includes the core library, `distributed-process`, as well as many other supporting libraries.
4+
This repository contains an implementation of Cloud Haskell. This includes:
5+
6+
* [distributed-process](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-process)
7+
* [distributed-process-async](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-process-async)
8+
* [distributed-process-client-server](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-process-client-server)
9+
* [distributed-process-execution](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-process-execution)
10+
* [distributed-process-extras](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-process-extras)
11+
* [distributed-process-fsm](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-process-fsm)
12+
* [distributed-process-simplelocalnet](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-process-simplelocalnet)
13+
* [distributed-process-supervisor](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-process-supervisor)
14+
* [distributed-process-systest](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-process-systest)
15+
* [distributed-static](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-static)
16+
17+
as well as libraries for networking, including:
18+
19+
* [network-transport](https://github.com/haskell-distributed/distributed-process/tree/master/packages/network-transport)
20+
* [network-transport-tcp](https://github.com/haskell-distributed/distributed-process/tree/master/packages/network-transport-tcp)
21+
* [network-transport-inmemory](https://github.com/haskell-distributed/distributed-process/tree/master/packages/network-transport-inmemory)
522

623
See http://haskell-distributed.github.io for documentation, user guides, tutorials and assistance.
724

@@ -11,8 +28,8 @@ Please visit the [bug tracker](https://github.com/haskell-distributed/distribute
1128

1229
## Contributing
1330

14-
Contributions are very welcome! See `CONTRIBUTING.md` for more information.
15-
Do not hesitate to [raise an issue]((https://github.com/haskell-distributed/distributed-process/issues)) if instructions are unclear; we want to make it as easy as possible for the community to get involved.
31+
Contributions are very welcome! See `CONTRIBUTING.md` for more information.
32+
Do not hesitate to [raise an issue]((https://github.com/haskell-distributed/distributed-process/issues)) if instructions are unclear; we want to make it as easy as possible for the community to get involved.
1633

1734
## License
1835

0 commit comments

Comments
 (0)