From: Ian Lynagh Date: Thu, 22 Jan 2009 01:13:05 +0000 (+0000) Subject: Require Cabal version >= 1.6 X-Git-Tag: 2009-06-25~4 X-Git-Url: http://git.megacz.com/?p=ghc-prim.git;a=commitdiff_plain;h=bcc9812ad2e5a7ff2e3f0c6aa6cde365e52f4ef0 Require Cabal version >= 1.6 --- 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