diff --git a/haskell98.cabal b/haskell98.cabal
index a8450e943f5df246b261d2b0aada558aa2f95935..a099c3e8613da1ee0df7a14965366f617ef1090c 100644
--- a/haskell98.cabal
+++ b/haskell98.cabal
@@ -11,7 +11,7 @@ description:
 	However Prelude, Numeric and Foreign are provided directly by
 	the base package.
 homepage:	http://www.haskell.org/definition/
-build-depends:	base, directory, random, old-time, old-locale, process
+build-depends:	base, directory, random, old-time, old-locale, process, array
 exposed-modules:
 	-- Haskell 98 (Prelude and Numeric are in the base package)
 	Array, CPUTime, Char, Complex, Directory, IO, Ix, List, Locale,