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

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

diff --git a/extensible-exceptions.cabal b/extensible-exceptions.cabal
index cae59d0..891d5bd 100644
--- a/extensible-exceptions.cabal
+++ b/extensible-exceptions.cabal
@@ -8,7 +8,7 @@ synopsis:       Extensible exceptions
 description:
     This package provides extensible exceptions for both new and 
     old versions of GHC (i.e., < 6.10).
-cabal-version:  >=1.2
+cabal-version:  >=1.6
 build-type: Simple
 
 source-repository head
-- 
GitLab