From d868a7e170551d240d9e8e1cec381f026483a5a4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 22 Mar 2020 10:49:49 -0700 Subject: [PATCH] ;update cabal files --- hledger-lib/hledger-lib.cabal | 20 +++++++++++--------- hledger-ui/hledger-ui.cabal | 22 +++++++++++----------- hledger-web/hledger-web.cabal | 23 ++++++++++++----------- hledger/hledger.cabal | 18 +++++++++--------- 4 files changed, 43 insertions(+), 40 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 3bb6d0cb1..b5c379032 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -4,19 +4,21 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 5ffe9aad9a8d42370e7c53db27c2aab90c310ea824df58e47707ba92329ac299 +-- hash: 19cc8738c48783e5870fac80991f6bf0e6477e4793cb4ae129f80ab5cbd8ae66 name: hledger-lib version: 1.17.99 -synopsis: Core data types, parsers and functionality for the hledger accounting tools -description: This is a reusable library containing hledger's core functionality. +synopsis: A reusable library providing the core functionality of hledger +description: A reusable library containing hledger's core functionality. + This is used by most hledger* packages so that they support the same + common file formats, command line options, reports etc. . - hledger is a cross-platform program for tracking money, time, or - any other commodity, using double-entry accounting and a simple, - editable file format. It is inspired by and largely compatible - with ledger(1). hledger provides command-line, terminal and web - interfaces, and aims to be a reliable, practical tool for daily - use. + hledger is a robust, cross-platform set of tools for tracking money, + time, or any other commodity, using double-entry accounting and a + simple, editable file format, with command-line, terminal and web + interfaces. It is a Haskell rewrite of Ledger, and one of the leading + implementations of Plain Text Accounting. Read more at: + category: Finance stability: stable homepage: http://hledger.org diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index cd163641a..8f550cc9d 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -4,21 +4,21 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 92600fca2b0ed53986e26860ce1398c10d21b89a1579bc59fcd71fb60b6fce46 +-- hash: 76dd8202347b0b6bd281e63b12c23f9d78f883f5df667d0a7eb10358e48488cf name: hledger-ui version: 1.17.99 -synopsis: Terminal user interface for the hledger accounting tool -description: This is hledger's terminal interface. - It is simpler and more convenient for browsing data than the command-line interface, - but lighter and faster than hledger-web. +synopsis: Curses-style terminal interface for the hledger accounting system +description: A simple curses-style terminal user interface for the hledger accounting system. + It can be a more convenient way to browse your accounts than the CLI. + This package currently does not support Microsoft Windows, except in WSL. . - hledger is a cross-platform program for tracking money, time, or - any other commodity, using double-entry accounting and a simple, - editable file format. It is inspired by and largely compatible - with ledger(1). hledger provides command-line, terminal and web - interfaces, and aims to be a reliable, practical tool for daily - use. + hledger is a robust, cross-platform set of tools for tracking money, + time, or any other commodity, using double-entry accounting and a + simple, editable file format, with command-line, terminal and web + interfaces. It is a Haskell rewrite of Ledger, and one of the leading + implementations of Plain Text Accounting. Read more at: + category: Finance, Console stability: stable homepage: http://hledger.org diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 66a6f696f..844f0e9b5 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -4,21 +4,22 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 2474c02ea62c4eb4dd3bb46d56e2d214f0c33683452b05408052e2d9b5bb1157 +-- hash: ee831e04f5916ac4c5eda1a96484a1dee5d9a8e508df36838c0c7df5fd7dcdf1 name: hledger-web version: 1.17.99 -synopsis: Web interface for the hledger accounting tool -description: This is hledger's web interface. - It provides a more user-friendly and collaborative UI than the - command-line or terminal interfaces. +synopsis: Web-based user interface for the hledger accounting system +description: A simple web-based user interface for the hledger accounting system, + providing a more modern UI than the command-line or terminal interfaces. + It can be used as a local single-user UI, or as a multi-user UI for + viewing/adding/editing on the web. . - hledger is a cross-platform program for tracking money, time, or - any other commodity, using double-entry accounting and a simple, - editable file format. It is inspired by and largely compatible - with ledger(1). hledger provides command-line, terminal and web - interfaces, and aims to be a reliable, practical tool for daily - use. + hledger is a robust, cross-platform set of tools for tracking money, + time, or any other commodity, using double-entry accounting and a + simple, editable file format, with command-line, terminal and web + interfaces. It is a Haskell rewrite of Ledger, and one of the leading + implementations of Plain Text Accounting. Read more at: + category: Finance stability: stable homepage: http://hledger.org diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 5fb6d0f31..3b8e14ec0 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -4,21 +4,21 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 964391a6dcd52eb0f20e5d1d9c0b882aa18bcc2f569c7ef5cad1f4eba1da0820 +-- hash: 0ec2a88547ffda01cea5bd83d47ce4a94f896591c3e932e81e5ee7e1355af1fa name: hledger version: 1.17.99 -synopsis: Command-line interface for the hledger accounting tool -description: This is hledger's command-line interface. +synopsis: Command-line interface for the hledger accounting system +description: The command-line interface for the hledger accounting system. Its basic function is to read a plain text file describing financial transactions and produce useful reports. . - hledger is a cross-platform program for tracking money, time, or - any other commodity, using double-entry accounting and a simple, - editable file format. It is inspired by and largely compatible - with ledger(1). hledger provides command-line, terminal and web - interfaces, and aims to be a reliable, practical tool for daily - use. + hledger is a robust, cross-platform set of tools for tracking money, + time, or any other commodity, using double-entry accounting and a + simple, editable file format, with command-line, terminal and web + interfaces. It is a Haskell rewrite of Ledger, and one of the leading + implementations of Plain Text Accounting. Read more at: + category: Finance, Console stability: stable homepage: http://hledger.org