summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Core
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-01-09 05:40:13 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-01-09 05:40:13 +0400
commit3cc3e07e6db83b4b213d84c79dcb4b3aa1331b6c (patch)
tree67fcbb0635470fb68186b72b2d9b3c845b5d0e3b /src/Network/BitTorrent/Core
parent735cddf5d2be9f5423d8e5dba18902d8276896aa (diff)
Rename Node.hs to NodeInfo.hs
Diffstat (limited to 'src/Network/BitTorrent/Core')
-rw-r--r--src/Network/BitTorrent/Core/NodeInfo.hs (renamed from src/Network/BitTorrent/Core/Node.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Core/Node.hs b/src/Network/BitTorrent/Core/NodeInfo.hs
index febaacac..fe2357a4 100644
--- a/src/Network/BitTorrent/Core/Node.hs
+++ b/src/Network/BitTorrent/Core/NodeInfo.hs
@@ -19,7 +19,7 @@
19{-# LANGUAGE TemplateHaskell #-} 19{-# LANGUAGE TemplateHaskell #-}
20{-# LANGUAGE GeneralizedNewtypeDeriving #-} 20{-# LANGUAGE GeneralizedNewtypeDeriving #-}
21{-# LANGUAGE DeriveDataTypeable #-} 21{-# LANGUAGE DeriveDataTypeable #-}
22module Network.BitTorrent.Core.Node 22module Network.BitTorrent.Core.NodeInfo
23 ( -- * Node ID 23 ( -- * Node ID
24 NodeId 24 NodeId
25 , testIdBit 25 , testIdBit