summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
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