summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-06 23:32:49 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-06 23:32:49 +0400
commit50454e4cc0af670a3ad68efd828aa505811ed28a (patch)
tree96fcda85d93d4381f9e420cb159269148e7d2275 /bittorrent.cabal
parent99e771564a1433029ce8a8ce4db8282fc217a1c4 (diff)
- Remove Peer.* modules.
I do not expect that this modules will grow later, so they are merged with Network.BitTorrent.Peer now. We also avoid one "reexport only" module this way.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal10
1 files changed, 3 insertions, 7 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index ebb8b62f..e3d98e84 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -13,9 +13,10 @@ bug-reports: https://github.com/pxqr/bittorrent/issues
13synopsis: Bittorrent protocol implementation. 13synopsis: Bittorrent protocol implementation.
14description: 14description:
15 15
16 A library for making applications which use bittorrent protocol in Haskell easy. 16 A library for making Haskell bittorrent applications easy.
17 . 17 .
18 See <https://github.com/pxqr/bittorrent/blob/master/README.md> for more information. 18 For more information see:
19 <https://github.com/pxqr/bittorrent/blob/master/README.md>
19 20
20 21
21 22
@@ -30,12 +31,7 @@ library
30 31
31 , Network.BitTorrent 32 , Network.BitTorrent
32 , Network.BitTorrent.Extension 33 , Network.BitTorrent.Extension
33
34 , Network.BitTorrent.Peer 34 , Network.BitTorrent.Peer
35 , Network.BitTorrent.Peer.Addr
36 , Network.BitTorrent.Peer.ID
37 , Network.BitTorrent.Peer.ClientInfo
38 , Network.BitTorrent.Peer.Status
39 35
40 , Network.BitTorrent.Tracker 36 , Network.BitTorrent.Tracker
41 , Network.BitTorrent.Tracker.Protocol 37 , Network.BitTorrent.Tracker.Protocol