aboutsummaryrefslogtreecommitdiff
path: root/tests/html-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html-tests')
-rw-r--r--tests/html-tests/tests/Hash.hs2
1 files changed, 1 insertions, 1 deletions
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@.