diff options
Diffstat (limited to 'src/Network/BitTorrent/Core.hs')
-rw-r--r-- | src/Network/BitTorrent/Core.hs | 2 |
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 ((<>)) | |||
31 | import Text.PrettyPrint.Class | 31 | import Text.PrettyPrint.Class |
32 | 32 | ||
33 | import Network.BitTorrent.Core.Fingerprint as Core | 33 | import Network.BitTorrent.Core.Fingerprint as Core |
34 | import Network.BitTorrent.Core.Node as Core | 34 | import Network.BitTorrent.Core.NodeInfo as Core |
35 | import Network.BitTorrent.Core.PeerId as Core | 35 | import Network.BitTorrent.Core.PeerId as Core |
36 | import Network.BitTorrent.Core.PeerAddr as Core | 36 | import Network.BitTorrent.Core.PeerAddr as Core |
37 | 37 | ||