summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Core/PeerAddr.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-29 19:15:08 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-29 19:15:08 +0400
commit5bf4d49718b5b336befc5f5406eb22c17aa03fe8 (patch)
tree05091046d754146b1fc0f572db08385940acfd1b /src/Network/BitTorrent/Core/PeerAddr.hs
parent7316796fbcbbdc3b13638f36b7c6b762416c4fad (diff)
Fix all -Wall suggestion
Diffstat (limited to 'src/Network/BitTorrent/Core/PeerAddr.hs')
-rw-r--r--src/Network/BitTorrent/Core/PeerAddr.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Core/PeerAddr.hs b/src/Network/BitTorrent/Core/PeerAddr.hs
index b145c0d9..e58aaa89 100644
--- a/src/Network/BitTorrent/Core/PeerAddr.hs
+++ b/src/Network/BitTorrent/Core/PeerAddr.hs
@@ -35,7 +35,6 @@ import Network.Socket
35import Text.PrettyPrint 35import Text.PrettyPrint
36import Text.PrettyPrint.Class 36import Text.PrettyPrint.Class
37 37
38import Data.Torrent.Client
39import Network.BitTorrent.Core.PeerId 38import Network.BitTorrent.Core.PeerId
40 39
41 40