From 4ba781428bcca42ce9e73e559cabb76ca317fb57 Mon Sep 17 00:00:00 2001 From: Sam T Date: Thu, 6 Jun 2013 12:25:44 +0400 Subject: ~ Rename package to bittorrent. It seems like 'network-bittorrent' is too long and annoying: everyone knows that bittorrent is a network protocol and there is no purpose to prefix it with 'network'. Moreover hackage do not have package with the our new name. So I think just 'bittorrent' is a more suitable name for the package. --- src/Network/BitTorrent/Extension.hs | 3 ++- src/Network/BitTorrent/Peer/ClientInfo.hs | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Network/BitTorrent') diff --git a/src/Network/BitTorrent/Extension.hs b/src/Network/BitTorrent/Extension.hs index 4b71f91f..0526ace7 100644 --- a/src/Network/BitTorrent/Extension.hs +++ b/src/Network/BitTorrent/Extension.hs @@ -7,7 +7,8 @@ -- -- This module provides peer capabilities detection. -- --- > See http://www.bittorrent.org/beps/bep_0004.html +-- See for more +-- information. -- {-# LANGUAGE OverloadedStrings #-} module Network.BitTorrent.Extension diff --git a/src/Network/BitTorrent/Peer/ClientInfo.hs b/src/Network/BitTorrent/Peer/ClientInfo.hs index bf7fcaab..7200471a 100644 --- a/src/Network/BitTorrent/Peer/ClientInfo.hs +++ b/src/Network/BitTorrent/Peer/ClientInfo.hs @@ -9,7 +9,8 @@ -- implementation that can be later printed in human frienly -- form. Useful for debugging and logging. -- --- > See http://bittorrent.org/beps/bep_0020.html for more information. +-- See for more +-- information. -- {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} -- cgit v1.2.3