summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Client.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Client.hs')
-rw-r--r--src/Network/BitTorrent/Client.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Client.hs b/src/Network/BitTorrent/Client.hs
index 5218c299..e1a84939 100644
--- a/src/Network/BitTorrent/Client.hs
+++ b/src/Network/BitTorrent/Client.hs
@@ -53,7 +53,7 @@ import Data.Torrent.Magnet
53import Network.BitTorrent.Client.Types 53import Network.BitTorrent.Client.Types
54import Network.BitTorrent.Client.Handle 54import Network.BitTorrent.Client.Handle
55import Network.BitTorrent.Core 55import Network.BitTorrent.Core
56import Network.BitTorrent.DHT 56import Network.BitTorrent.DHT as DHT hiding (Options)
57import Network.BitTorrent.Tracker as Tracker hiding (Options) 57import Network.BitTorrent.Tracker as Tracker hiding (Options)
58import Network.BitTorrent.Exchange as Exchange hiding (Options) 58import Network.BitTorrent.Exchange as Exchange hiding (Options)
59import qualified Network.BitTorrent.Exchange as Exchange (Options(..)) 59import qualified Network.BitTorrent.Exchange as Exchange (Options(..))