summaryrefslogtreecommitdiff
path: root/src/Network
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network')
-rw-r--r--src/Network/BitTorrent.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 37257017..0ccb9f5e 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -11,4 +11,6 @@ module Network.BitTorrent
11 ) where 11 ) where
12 12
13import Data.Torrent as BT 13import Data.Torrent as BT
14import Data.Torrent.InfoHash as BT
15import Data.Torrent.Magnet as BT
14import Network.BitTorrent.Client as BT \ No newline at end of file 16import Network.BitTorrent.Client as BT \ No newline at end of file