diff options
author | James Crayne <jim.crayne@gmail.com> | 2018-11-04 03:25:21 -0500 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2018-11-04 03:25:21 -0500 |
commit | 5f5aa818f8484570349e75a061d7b37cc9fe826a (patch) | |
tree | 9a574cc572d2caa4af9571a4776d207250e93add /src/Network/BitTorrent/MainlineDHT.hs | |
parent | df787ee7eea3d0d6e0defdc4a7cbe646ca062feb (diff) |
Preparation to move DPut to a separate project.
Diffstat (limited to 'src/Network/BitTorrent/MainlineDHT.hs')
-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) |