diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 20:30:54 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 20:30:54 +0400 |
commit | 7a892425de92efd88b98576e848bebc725a9bf14 (patch) | |
tree | b872eaf1bfd6cfe5d302f31f9c9b7c1a5b6d0a61 /tests/Data/Torrent/InfoHashSpec.hs | |
parent | 9b2981d38cfa188099cca07337a3b63747e2c527 (diff) |
Move Infohash and Magnet to Torrent module
Diffstat (limited to 'tests/Data/Torrent/InfoHashSpec.hs')
-rw-r--r-- | tests/Data/Torrent/InfoHashSpec.hs | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
10 | import Test.QuickCheck.Instances () | 10 | import Test.QuickCheck.Instances () |
11 | 11 | ||
12 | import Data.Torrent | 12 | import Data.Torrent |
13 | import Data.Torrent.InfoHash as IH | ||
14 | |||
15 | 13 | ||
16 | instance Arbitrary InfoHash where | 14 | instance Arbitrary InfoHash where |
17 | arbitrary = do | 15 | arbitrary = do |