summaryrefslogtreecommitdiff
path: root/tests/Data/Torrent/PieceSpec.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-04 21:44:18 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-04 21:44:18 +0400
commit052bed30a3d83aa8fb7b8b42509ad96f573439af (patch)
tree106b44c06226595870c3bf54f890824eec2b7f0e /tests/Data/Torrent/PieceSpec.hs
parent88ef120511caae5ed74a48a87617b43aec4b7f76 (diff)
Move HashList to Torrent module
Diffstat (limited to 'tests/Data/Torrent/PieceSpec.hs')
-rw-r--r--tests/Data/Torrent/PieceSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Data/Torrent/PieceSpec.hs b/tests/Data/Torrent/PieceSpec.hs
index ef1f2938..d3933396 100644
--- a/tests/Data/Torrent/PieceSpec.hs
+++ b/tests/Data/Torrent/PieceSpec.hs
@@ -3,7 +3,7 @@ module Data.Torrent.PieceSpec (spec) where
3import Control.Applicative 3import Control.Applicative
4import Test.Hspec 4import Test.Hspec
5import Test.QuickCheck 5import Test.QuickCheck
6import Data.Torrent.Piece 6import Data.Torrent
7 7
8 8
9instance Arbitrary a => Arbitrary (Piece a) where 9instance Arbitrary a => Arbitrary (Piece a) where