From 85ec620ac95f36cdc4e1225947f41dfa62ff38c1 Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan@haskell.org> Date: Sat, 11 Oct 2008 18:23:07 +0000 Subject: [PATCH] Do not use the new meta-data fields yet Avoid chicken and egg problem. We cannot upload Cabsl-1.6 to hackage until hackage is using Cabal-1.6 if it uses features that are introduced in 1.6. So just comment them out for now. --- Cabal.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cabal.cabal b/Cabal.cabal index 645d84e4d1..c66452fcec 100644 --- a/Cabal.cabal +++ b/Cabal.cabal @@ -8,7 +8,7 @@ Author: Isaac Jones <ijones@syntaxpolice.org> Duncan Coutts <duncan@haskell.org> Maintainer: cabal-devel@haskell.org Homepage: http://www.haskell.org/cabal/ -bug-reports: http://hackage.haskell.org/trac/hackage/ +--bug-reports: http://hackage.haskell.org/trac/hackage/ Synopsis: A framework for packaging Haskell software Description: The Haskell Common Architecture for Building Applications and @@ -27,9 +27,9 @@ Extra-Source-Files: Distribution/Simple/GHC/mkGHCMakefile.sh Distribution/Simple/GHC/Makefile.in -source-repository head - type: darcs - location: http://darcs.haskell.org/cabal/ +--source-repository head +-- type: darcs +-- location: http://darcs.haskell.org/cabal/ Flag base4 Description: Choose the even newer, even smaller, split-up base package. -- GitLab