summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/CoreSpec.hs
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 /tests/Network/BitTorrent/CoreSpec.hs
parent735cddf5d2be9f5423d8e5dba18902d8276896aa (diff)
Rename Node.hs to NodeInfo.hs
Diffstat (limited to 'tests/Network/BitTorrent/CoreSpec.hs')
-rw-r--r--tests/Network/BitTorrent/CoreSpec.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Network/BitTorrent/CoreSpec.hs b/tests/Network/BitTorrent/CoreSpec.hs
index 9f9eb0eb..460c52be 100644
--- a/tests/Network/BitTorrent/CoreSpec.hs
+++ b/tests/Network/BitTorrent/CoreSpec.hs
@@ -1,9 +1,9 @@
1-- | Re-export modules. 1-- | Re-export modules.
2module Network.BitTorrent.CoreSpec (spec) where 2module Network.BitTorrent.CoreSpec (spec) where
3import Network.BitTorrent.Core.FingerprintSpec as CoreSpec () 3import Network.BitTorrent.Core.FingerprintSpec as CoreSpec ()
4import Network.BitTorrent.Core.NodeSpec as CoreSpec () 4import Network.BitTorrent.Core.NodeInfoSpec as CoreSpec ()
5import Network.BitTorrent.Core.PeerIdSpec as CoreSpec () 5import Network.BitTorrent.Core.PeerIdSpec as CoreSpec ()
6import Network.BitTorrent.Core.PeerAddrSpec as CoreSpec () 6import Network.BitTorrent.Core.PeerAddrSpec as CoreSpec ()
7 7
8import Test.Hspec (Spec) 8import Test.Hspec (Spec)
9 9