From bcc9812ad2e5a7ff2e3f0c6aa6cde365e52f4ef0 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 22 Jan 2009 01:13:05 +0000 Subject: [PATCH] Require Cabal version >= 1.6 --- ghc-prim.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-prim.cabal b/ghc-prim.cabal index 816e74c..de9fd20 100644 --- a/ghc-prim.cabal +++ b/ghc-prim.cabal @@ -7,7 +7,7 @@ bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries%2 synopsis: GHC primitives description: GHC primitives. -cabal-version: >=1.2 +cabal-version: >=1.6 build-type: Custom source-repository head -- 1.7.10.4