From 7a892425de92efd88b98576e848bebc725a9bf14 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 4 Apr 2014 20:30:54 +0400 Subject: Move Infohash and Magnet to Torrent module --- tests/Data/Torrent/InfoHashSpec.hs | 2 -- tests/Data/Torrent/MagnetSpec.hs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/Data') diff --git a/tests/Data/Torrent/InfoHashSpec.hs b/tests/Data/Torrent/InfoHashSpec.hs index 06570ec9..9accc741 100644 --- a/tests/Data/Torrent/InfoHashSpec.hs +++ b/tests/Data/Torrent/InfoHashSpec.hs @@ -10,8 +10,6 @@ import Test.QuickCheck import Test.QuickCheck.Instances () import Data.Torrent -import Data.Torrent.InfoHash as IH - instance Arbitrary InfoHash where arbitrary = do diff --git a/tests/Data/Torrent/MagnetSpec.hs b/tests/Data/Torrent/MagnetSpec.hs index 13554455..838df570 100644 --- a/tests/Data/Torrent/MagnetSpec.hs +++ b/tests/Data/Torrent/MagnetSpec.hs @@ -9,7 +9,7 @@ import Test.QuickCheck import Test.QuickCheck.Instances () import Network.URI -import Data.Torrent.Magnet +import Data.Torrent import Data.Torrent.InfoHashSpec () -- cgit v1.2.3