summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/DHT/TestData.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-04 20:30:54 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-04 20:30:54 +0400
commit7a892425de92efd88b98576e848bebc725a9bf14 (patch)
treeb872eaf1bfd6cfe5d302f31f9c9b7c1a5b6d0a61 /tests/Network/BitTorrent/DHT/TestData.hs
parent9b2981d38cfa188099cca07337a3b63747e2c527 (diff)
Move Infohash and Magnet to Torrent module
Diffstat (limited to 'tests/Network/BitTorrent/DHT/TestData.hs')
-rw-r--r--tests/Network/BitTorrent/DHT/TestData.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/DHT/TestData.hs b/tests/Network/BitTorrent/DHT/TestData.hs
index 2e000a77..e9473cbb 100644
--- a/tests/Network/BitTorrent/DHT/TestData.hs
+++ b/tests/Network/BitTorrent/DHT/TestData.hs
@@ -3,7 +3,7 @@ module Network.BitTorrent.DHT.TestData
3 , testTorrents 3 , testTorrents
4 ) where 4 ) where
5 5
6import Data.Torrent.InfoHash 6import Data.Torrent
7 7
8data TestEntry = TestEntry 8data TestEntry = TestEntry
9 { entryName :: String 9 { entryName :: String