Skip to content
Snippets Groups Projects
Commit 2db58cd1 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

We now depend on the array package

parent 9eb75c3d
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ description: ...@@ -11,7 +11,7 @@ description:
However Prelude, Numeric and Foreign are provided directly by However Prelude, Numeric and Foreign are provided directly by
the base package. the base package.
homepage: http://www.haskell.org/definition/ 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: exposed-modules:
-- Haskell 98 (Prelude and Numeric are in the base package) -- Haskell 98 (Prelude and Numeric are in the base package)
Array, CPUTime, Char, Complex, Directory, IO, Ix, List, Locale, Array, CPUTime, Char, Complex, Directory, IO, Ix, List, Locale,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment