installing: require cabal 1.6 or greater, set source-repository url
This commit is contained in:
parent
5da4a2035b
commit
3436a27e68
@ -14,7 +14,7 @@ homepage: http://hledger.org
|
|||||||
bug-reports: http://code.google.com/p/hledger/issues
|
bug-reports: http://code.google.com/p/hledger/issues
|
||||||
stability: experimental
|
stability: experimental
|
||||||
tested-with: GHC==6.10
|
tested-with: GHC==6.10
|
||||||
cabal-version: >= 1.2
|
cabal-version: >= 1.6
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
-- data-dir:
|
-- data-dir:
|
||||||
-- data-files:
|
-- data-files:
|
||||||
@ -60,13 +60,9 @@ library
|
|||||||
,utf8-string >= 0.3
|
,utf8-string >= 0.3
|
||||||
,HUnit
|
,HUnit
|
||||||
|
|
||||||
-- 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
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ homepage: http://hledger.org
|
|||||||
bug-reports: http://code.google.com/p/hledger/issues
|
bug-reports: http://code.google.com/p/hledger/issues
|
||||||
stability: experimental
|
stability: experimental
|
||||||
tested-with: GHC==6.10, GHC==6.12
|
tested-with: GHC==6.10, GHC==6.12
|
||||||
cabal-version: >= 1.5
|
cabal-version: >= 1.6
|
||||||
build-type: Custom
|
build-type: Custom
|
||||||
data-dir: data
|
data-dir: data
|
||||||
data-files:
|
data-files:
|
||||||
@ -171,13 +171,9 @@ library
|
|||||||
,time
|
,time
|
||||||
,utf8-string >= 0.3
|
,utf8-string >= 0.3
|
||||||
|
|
||||||
-- 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