From 0a8a1c79547921437270cdca70197b86fc8070e0 Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Wed, 28 Apr 2010 21:14:14 +0000 Subject: [PATCH] Tighten the base dep; fixes trac #3913 --- array.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/array.cabal b/array.cabal index 9fa45585..4a9f8e2a 100644 --- a/array.cabal +++ b/array.cabal @@ -19,7 +19,7 @@ source-repository head location: http://darcs.haskell.org/packages/array/ library - build-depends: base >= 3 && < 5 + build-depends: base >= 4.2 && < 5 exposed-modules: Data.Array extensions: CPP -- GitLab