From 4d457ae5f906052b67e4339dde6e828f1f9044cb Mon Sep 17 00:00:00 2001 From: David Waern Date: Thu, 24 Nov 2011 23:55:36 +0100 Subject: Avoid haskell98 dependency in test --- tests/html-tests/tests/Hash.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/html-tests/tests/Hash.hs b/tests/html-tests/tests/Hash.hs index 7d6506f9..343b69e9 100644 --- a/tests/html-tests/tests/Hash.hs +++ b/tests/html-tests/tests/Hash.hs @@ -13,7 +13,7 @@ module Hash ( Hash(..), ) where -import Array +import Data.Array import Prelude hiding (lookup) -- | A hash table with keys of type @key@ and values of type @val@. -- cgit v1.2.3