From 28a605ceb0a25c1d7245b65874e8789bc032c356 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 3 May 2013 06:46:23 -0700 Subject: [PATCH] docs: update bug tracker and repository locations in cabal files --- hledger-lib/hledger-lib.cabal | 6 +++--- hledger-web/hledger-web.cabal | 6 +++--- hledger/hledger.cabal | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 7fb094f46..4f94085c3 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -15,7 +15,7 @@ license-file: LICENSE author: Simon Michael maintainer: Simon Michael 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 diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 1759d6065..d1b34b12d 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -16,7 +16,7 @@ license-file: LICENSE author: Simon Michael maintainer: Simon Michael 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/) diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 05dd03879..42575548f 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -16,7 +16,7 @@ license-file: LICENSE author: Simon Michael maintainer: Simon Michael 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