From 746c47ad1ad1dc5ae8316fd8204a1237002052e6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 13 Jun 2009 21:24:14 +0000 Subject: [PATCH] cabal: comment out source-repository, it breaks older cabal-install --- hledger.cabal | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/hledger.cabal b/hledger.cabal index 7613079e6..6f89f365a 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -141,8 +141,12 @@ executable hledger ,xhtml >= 3000.2 && < 3000.3 ,HTTP >= 4000.0 && < 4000.1 -source-repository head - type: darcs - location: http://joyful.com/repos/hledger +-- source-repository head +-- type: darcs +-- location: http://joyful.com/repos/hledger +-- disabled for now due to: +-- The 'source-repository' section is new in Cabal-1.6. Unfortunately it messes +-- up the parser in earlier Cabal versions so you need to specify 'cabal-version: +-- >= 1.6'. -- cf http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html