From 2db58cd186621b1bff7a5fb4f07d51a30de7046a Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Wed, 1 Aug 2007 23:57:08 +0000 Subject: [PATCH] We now depend on the array package --- haskell98.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell98.cabal b/haskell98.cabal index a8450e9..a099c3e 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, -- GitLab