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

Add version ranges to dependencies; fixes #4513

parent 759f4329
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,14 @@ build-type: Simple ...@@ -17,9 +17,14 @@ build-type: Simple
Cabal-Version: >= 1.6 Cabal-Version: >= 1.6
Library Library
build-depends: base >= 3 && < 5, build-depends: base >= 3 && < 5,
directory, random, old-time, old-locale, process, directory >= 1.1 && < 1.2,
array, time random >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.1,
old-locale >= 1.0 && < 1.1,
process >= 1.0 && < 1.1,
array >= 0.3 && < 0.4,
time >= 1.2 && < 1.3
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