mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
docs: update bug tracker and repository locations in cabal files
This commit is contained in:
parent
9234923ed5
commit
28a605ceb0
@ -15,7 +15,7 @@ license-file: LICENSE
|
||||
author: Simon Michael <simon@joyful.com>
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
homepage: http://hledger.org
|
||||
bug-reports: http://code.google.com/p/hledger/issues
|
||||
bug-reports: http://hledger.org/bugs
|
||||
stability: beta
|
||||
tested-with: GHC==7.2.2, GHC==7.4.2, GHC==7.6.1
|
||||
cabal-version: >= 1.8
|
||||
@ -77,8 +77,8 @@ library
|
||||
,HUnit
|
||||
|
||||
source-repository head
|
||||
type: darcs
|
||||
location: http://hub.darcs.net/simon/hledger
|
||||
type: git
|
||||
location: https://github.com/simonmichael/hledger
|
||||
|
||||
-- cf http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html
|
||||
|
||||
|
@ -16,7 +16,7 @@ license-file: LICENSE
|
||||
author: Simon Michael <simon@joyful.com>
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
homepage: http://hledger.org
|
||||
bug-reports: http://code.google.com/p/hledger/issues
|
||||
bug-reports: http://hledger.org/bugs
|
||||
stability: beta
|
||||
tested-with: GHC==7.4.2, GHC==7.6.1
|
||||
cabal-version: >= 1.8
|
||||
@ -46,8 +46,8 @@ extra-source-files:
|
||||
templates/normalize.lucius
|
||||
|
||||
source-repository head
|
||||
type: darcs
|
||||
location: http://hub.darcs.net/simon/hledger
|
||||
type: git
|
||||
location: https://github.com/simonmichael/hledger
|
||||
|
||||
-- Flag production
|
||||
-- Description: Build fully optimised and with web files embedded (not loaded from ./static/)
|
||||
|
@ -16,7 +16,7 @@ license-file: LICENSE
|
||||
author: Simon Michael <simon@joyful.com>
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
homepage: http://hledger.org
|
||||
bug-reports: http://code.google.com/p/hledger/issues
|
||||
bug-reports: http://hledger.org/bugs
|
||||
stability: beta
|
||||
tested-with: GHC==7.2.2, GHC==7.4.2, GHC==7.6.1
|
||||
cabal-version: >= 1.8
|
||||
@ -33,8 +33,8 @@ extra-source-files:
|
||||
-- build-depends: base
|
||||
|
||||
source-repository head
|
||||
type: darcs
|
||||
location: http://hub.darcs.net/simon/hledger
|
||||
type: git
|
||||
location: https://github.com/simonmichael/hledger
|
||||
|
||||
flag threaded
|
||||
Description: Build with support for multithreaded execution
|
||||
|
Loading…
Reference in New Issue
Block a user