From dae6d68df2b0dba77a88a6221d5e8d3029869b86 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 22 Jan 2009 01:12:51 +0000 Subject: [PATCH] Require Cabal version >= 1.6 --- base.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.cabal b/base.cabal index 5cb1d5b..ce2c66d 100644 --- a/base.cabal +++ b/base.cabal @@ -9,7 +9,7 @@ description: This package contains the Prelude and its support libraries, and a large collection of useful libraries ranging from data structures to parsing combinators and debugging utilities. -cabal-version: >=1.2 +cabal-version: >=1.6 build-type: Configure extra-tmp-files: config.log config.status autom4te.cache -- 1.7.10.4