From 723e30b0d61df609417b6081c03832c772eb5ee6 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Thu, 22 Jan 2009 01:12:40 +0000
Subject: [PATCH] Require Cabal version >= 1.6

---
 array.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/array.cabal b/array.cabal
index 3f7df215..9ad42586 100644
--- a/array.cabal
+++ b/array.cabal
@@ -10,7 +10,7 @@ description:
     This package defines the classes @IArray@ of immutable arrays and
     @MArray@ of arrays mutable within appropriate monads, as well as
     some instances of these classes.
-cabal-version: >=1.2
+cabal-version: >=1.6
 build-type: Simple
 extra-source-files: include/Typeable.h
 
-- 
GitLab