From 07a82724ed4d1630bad0c93a397ba9e07fdc58f9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 1 May 2014 08:20:05 -0700 Subject: [PATCH] lib, cli, web: change from "beta" to "stable" Also add the hackage Console category to the first two. --- hledger-lib/hledger-lib.cabal | 6 +++--- hledger-web/hledger-web.cabal | 4 ++-- hledger/hledger.cabal | 7 +++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 1475454b3..64860432a 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -1,7 +1,7 @@ name: hledger-lib -version: 0.23 -stability: beta -category: Finance +version: 0.23 +stability: stable +category: Finance, Console synopsis: Core data types, parsers and utilities for the hledger accounting tool. description: hledger is a library and set of user tools for working diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index c5c5cb49b..0372dc8e3 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -1,6 +1,6 @@ name: hledger-web -version: 0.23 -stability: beta +version: 0.23 +stability: stable category: Finance synopsis: A web interface for the hledger accounting tool. description: diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 681c762a3..245892cbd 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -1,8 +1,7 @@ name: hledger --- also in cpp-options below -version: 0.23 -stability: beta -category: Finance +version: 0.23 +stability: stable +category: Finance, Console synopsis: The main command-line interface for the hledger accounting tool. description: hledger is a library and set of user tools for working