cabal: comment out source-repository, it breaks older cabal-install
This commit is contained in:
parent
e73cc564da
commit
746c47ad1a
@ -141,8 +141,12 @@ executable hledger
|
|||||||
,xhtml >= 3000.2 && < 3000.3
|
,xhtml >= 3000.2 && < 3000.3
|
||||||
,HTTP >= 4000.0 && < 4000.1
|
,HTTP >= 4000.0 && < 4000.1
|
||||||
|
|
||||||
source-repository head
|
-- source-repository head
|
||||||
type: darcs
|
-- type: darcs
|
||||||
location: http://joyful.com/repos/hledger
|
-- 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
|
-- cf http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user