summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Client
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Client')
-rw-r--r--src/Network/BitTorrent/Client/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Client/Types.hs b/src/Network/BitTorrent/Client/Types.hs
index 7f228276..e2ad858f 100644
--- a/src/Network/BitTorrent/Client/Types.hs
+++ b/src/Network/BitTorrent/Client/Types.hs
@@ -36,7 +36,7 @@ import Network
36import System.Log.FastLogger 36import System.Log.FastLogger
37 37
38import Data.Torrent 38import Data.Torrent
39import Network.BitTorrent.Address 39import Network.Address
40import Network.BitTorrent.Internal.Types as Types 40import Network.BitTorrent.Internal.Types as Types
41import Network.BitTorrent.DHT as DHT 41import Network.BitTorrent.DHT as DHT
42import Network.BitTorrent.Exchange as Exchange 42import Network.BitTorrent.Exchange as Exchange