From 50454e4cc0af670a3ad68efd828aa505811ed28a Mon Sep 17 00:00:00 2001 From: Sam T Date: Thu, 6 Jun 2013 23:32:49 +0400 Subject: - 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. --- bittorrent.cabal | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'bittorrent.cabal') 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 synopsis: Bittorrent protocol implementation. description: - A library for making applications which use bittorrent protocol in Haskell easy. + A library for making Haskell bittorrent applications easy. . - See for more information. + For more information see: + @@ -30,12 +31,7 @@ library , Network.BitTorrent , Network.BitTorrent.Extension - , Network.BitTorrent.Peer - , Network.BitTorrent.Peer.Addr - , Network.BitTorrent.Peer.ID - , Network.BitTorrent.Peer.ClientInfo - , Network.BitTorrent.Peer.Status , Network.BitTorrent.Tracker , Network.BitTorrent.Tracker.Protocol -- cgit v1.2.3