1
0

osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-hledger-lib revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hledger-lib?expand=0&rev=47
This commit is contained in:
2023-12-05 09:08:39 +00:00
committed by Git OBS Bridge
parent fce7d0fbf5
commit f94015df75
4 changed files with 26 additions and 9 deletions

View File

@@ -20,9 +20,9 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.31
Version: 1.32
Release: 0
Summary: A reusable library providing the core functionality of hledger
Summary: A library providing the core functionality of hledger
License: GPL-3.0-or-later
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
@@ -127,15 +127,23 @@ BuildRequires: ghc-doctest-prof
%endif
%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.
This library contains hledger's core functionality. It is used by most hledger*
packages so that they support the same command line options, file formats,
reports, etc.
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: <https://hledger.org>.
See also:
- https://hledger.org - hledger's home page
- https://hledger.org/dev.html - starting point for hledger's developer docs
- https://hackage.haskell.org/package/hledger-lib/docs/Hledger.html - starting
point for hledger's haddock docs.
%package devel
Summary: Haskell %{pkg_name} library development files