cabal: comment out source-repository, it breaks older cabal-install

This commit is contained in:
Simon Michael 2009-06-13 21:24:14 +00:00
parent e73cc564da
commit 746c47ad1a

View File

@ -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