Accepting request 1231497 from devel:languages:haskell

version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hledger?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2024-12-20 22:11:20 +00:00 committed by Git OBS Bridge
commit c4a2234630
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:679d56d1423d0986a4fe01fc802f44b74054a599f6bc5f66ec33bddad25d34a1
size 815655

3
hledger-1.41.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:936ac5fc4b2a45857e13af0eeb1c5254cfcccac096d4aecddcdc6e6db23f5446
size 842495

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 10 00:56:10 UTC 2024 - Peter Simons <psimons@suse.com>
- Update hledger to version 1.41.
Upstream's change log file format is strange (too much unmodified
text at at the top). The automatic updater cannot extract the
relevant additions. You can find the file at:
http://hackage.haskell.org/package/hledger-1.41/src/CHANGES.md
-------------------------------------------------------------------
Mon Sep 9 21:16:33 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: %{pkg_name}
Version: 1.40
Version: 1.41
Release: 0
Summary: Command-line interface for the hledger accounting system
License: GPL-3.0-or-later
@ -68,6 +68,8 @@ BuildRequires: ghc-megaparsec-devel
BuildRequires: ghc-megaparsec-prof
BuildRequires: ghc-microlens-devel
BuildRequires: ghc-microlens-prof
BuildRequires: ghc-modern-uri-devel
BuildRequires: ghc-modern-uri-prof
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-mtl-prof
BuildRequires: ghc-process-devel