diff options
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r-- | src/Network/BitTorrent/MainlineDHT.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/MainlineDHT.hs b/src/Network/BitTorrent/MainlineDHT.hs index c5b99234..573efcba 100644 --- a/src/Network/BitTorrent/MainlineDHT.hs +++ b/src/Network/BitTorrent/MainlineDHT.hs | |||
@@ -83,6 +83,7 @@ import Text.Read | |||
83 | import System.Global6 | 83 | import System.Global6 |
84 | import Control.TriadCommittee | 84 | import Control.TriadCommittee |
85 | import DPut | 85 | import DPut |
86 | import DebugTag | ||
86 | 87 | ||
87 | newtype NodeId = NodeId ByteString | 88 | newtype NodeId = NodeId ByteString |
88 | deriving (Eq,Ord,ByteArrayAccess, Bits, Hashable) | 89 | deriving (Eq,Ord,ByteArrayAccess, Bits, Hashable) |