summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-04 20:30:54 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-04 20:30:54 +0400
commit7a892425de92efd88b98576e848bebc725a9bf14 (patch)
treeb872eaf1bfd6cfe5d302f31f9c9b7c1a5b6d0a61 /src/Network/BitTorrent.hs
parent9b2981d38cfa188099cca07337a3b63747e2c527 (diff)
Move Infohash and Magnet to Torrent module
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r--src/Network/BitTorrent.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index bcc7cfcf..91a58887 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -57,7 +57,5 @@ module Network.BitTorrent
57 ) where 57 ) where
58 58
59import Data.Torrent 59import Data.Torrent
60import Data.Torrent.InfoHash
61import Data.Torrent.Magnet
62import Network.BitTorrent.Client 60import Network.BitTorrent.Client
63import Network.BitTorrent.Internal.Types \ No newline at end of file 61import Network.BitTorrent.Internal.Types \ No newline at end of file