From 200be6bacf3237f727980c0f80dd02fd9cb15e3e Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Wed, 1 Jan 2014 15:27:56 +0400 Subject: Rename HashArray to HashList. Hash list is well established name for this kind of objects. Also `hash array' sometimes refer for `hash table's but not `hash list's. --- tests/Data/Torrent/MetainfoSpec.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Data') diff --git a/tests/Data/Torrent/MetainfoSpec.hs b/tests/Data/Torrent/MetainfoSpec.hs index d2e0e52e..3d1a9213 100644 --- a/tests/Data/Torrent/MetainfoSpec.hs +++ b/tests/Data/Torrent/MetainfoSpec.hs @@ -39,8 +39,8 @@ instance Arbitrary URI where -- Instances -----------------------------------------------------------------------} -instance Arbitrary HashArray where - arbitrary = HashArray <$> arbitrary +instance Arbitrary HashList where + arbitrary = HashList <$> arbitrary instance Arbitrary PieceInfo where arbitrary = PieceInfo <$> arbitrary <*> arbitrary -- cgit v1.2.3