summaryrefslogtreecommitdiff
path: root/tests/Data/Torrent/MagnetSpec.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/Data/Torrent/MagnetSpec.hs
parent9b2981d38cfa188099cca07337a3b63747e2c527 (diff)
Move Infohash and Magnet to Torrent module
Diffstat (limited to 'tests/Data/Torrent/MagnetSpec.hs')
-rw-r--r--tests/Data/Torrent/MagnetSpec.hs2
1 files changed, 1 insertions, 1 deletions
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
9import Test.QuickCheck.Instances () 9import Test.QuickCheck.Instances ()
10import Network.URI 10import Network.URI
11 11
12import Data.Torrent.Magnet 12import Data.Torrent
13import Data.Torrent.InfoHashSpec () 13import Data.Torrent.InfoHashSpec ()
14 14
15 15