From 992694f912831a0400c0f8ca47a2e397df4365bb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 11 Aug 2009 21:58:39 +0000 Subject: [PATCH] Fix "Cabal check" warnings --- compiler/ghc.cabal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 67273a1..b6ea013 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -18,7 +18,7 @@ Description: through this package. Category: Development Build-Type: Simple -Cabal-Version: >= 1.2 +Cabal-Version: >= 1.2.3 Flag base4 Description: Choose the even newer, even smaller, split-up base package. -- 1.7.10.4