diff options
-rw-r--r-- | src/Network/BitTorrent/Readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Readme.md b/src/Network/BitTorrent/Readme.md new file mode 100644 index 00000000..1a73254d --- /dev/null +++ b/src/Network/BitTorrent/Readme.md | |||
@@ -0,0 +1,7 @@ | |||
1 | To avoid module dependency hell Network.BitTorrent.$X modules could | ||
2 | depend on: | ||
3 | |||
4 | * Data.Torrent.* modules | ||
5 | * Network.BitTorrent.Core.* modules | ||
6 | * Network.BitTorrent.$X.* modules | ||
7 | * System.Torrent.* modules | ||