summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Core.hs')
-rw-r--r--src/Network/BitTorrent/Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Core.hs b/src/Network/BitTorrent/Core.hs
index 5717e4de..b9b3c065 100644
--- a/src/Network/BitTorrent/Core.hs
+++ b/src/Network/BitTorrent/Core.hs
@@ -31,7 +31,7 @@ import Text.PrettyPrint as PP hiding ((<>))
31import Text.PrettyPrint.Class 31import Text.PrettyPrint.Class
32 32
33import Network.BitTorrent.Core.Fingerprint as Core 33import Network.BitTorrent.Core.Fingerprint as Core
34import Network.BitTorrent.Core.Node as Core 34import Network.BitTorrent.Core.NodeInfo as Core
35import Network.BitTorrent.Core.PeerId as Core 35import Network.BitTorrent.Core.PeerId as Core
36import Network.BitTorrent.Core.PeerAddr as Core 36import Network.BitTorrent.Core.PeerAddr as Core
37 37