docs: update bug tracker and repository locations in cabal files

This commit is contained in:
Simon Michael 2013-05-03 06:46:23 -07:00
parent 9234923ed5
commit 28a605ceb0
3 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@ license-file: LICENSE
author: Simon Michael <simon@joyful.com> author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com> maintainer: Simon Michael <simon@joyful.com>
homepage: http://hledger.org homepage: http://hledger.org
bug-reports: http://code.google.com/p/hledger/issues bug-reports: http://hledger.org/bugs
stability: beta stability: beta
tested-with: GHC==7.2.2, GHC==7.4.2, GHC==7.6.1 tested-with: GHC==7.2.2, GHC==7.4.2, GHC==7.6.1
cabal-version: >= 1.8 cabal-version: >= 1.8
@ -77,8 +77,8 @@ library
,HUnit ,HUnit
source-repository head source-repository head
type: darcs type: git
location: http://hub.darcs.net/simon/hledger location: https://github.com/simonmichael/hledger
-- 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

View File

@ -16,7 +16,7 @@ license-file: LICENSE
author: Simon Michael <simon@joyful.com> author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com> maintainer: Simon Michael <simon@joyful.com>
homepage: http://hledger.org homepage: http://hledger.org
bug-reports: http://code.google.com/p/hledger/issues bug-reports: http://hledger.org/bugs
stability: beta stability: beta
tested-with: GHC==7.4.2, GHC==7.6.1 tested-with: GHC==7.4.2, GHC==7.6.1
cabal-version: >= 1.8 cabal-version: >= 1.8
@ -46,8 +46,8 @@ extra-source-files:
templates/normalize.lucius templates/normalize.lucius
source-repository head source-repository head
type: darcs type: git
location: http://hub.darcs.net/simon/hledger location: https://github.com/simonmichael/hledger
-- Flag production -- Flag production
-- Description: Build fully optimised and with web files embedded (not loaded from ./static/) -- Description: Build fully optimised and with web files embedded (not loaded from ./static/)

View File

@ -16,7 +16,7 @@ license-file: LICENSE
author: Simon Michael <simon@joyful.com> author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com> maintainer: Simon Michael <simon@joyful.com>
homepage: http://hledger.org homepage: http://hledger.org
bug-reports: http://code.google.com/p/hledger/issues bug-reports: http://hledger.org/bugs
stability: beta stability: beta
tested-with: GHC==7.2.2, GHC==7.4.2, GHC==7.6.1 tested-with: GHC==7.2.2, GHC==7.4.2, GHC==7.6.1
cabal-version: >= 1.8 cabal-version: >= 1.8
@ -33,8 +33,8 @@ extra-source-files:
-- build-depends: base -- build-depends: base
source-repository head source-repository head
type: darcs type: git
location: http://hub.darcs.net/simon/hledger location: https://github.com/simonmichael/hledger
flag threaded flag threaded
Description: Build with support for multithreaded execution Description: Build with support for multithreaded execution