forked from pool/ghc-hledger-lib
Compare commits
19 Commits
Author | SHA256 | Date | |
---|---|---|---|
07a762d199 | |||
c89045ca59 | |||
885147b2f3 | |||
e2d162beda | |||
d0a85101dd | |||
5a17ec33b0 | |||
bec58a555d | |||
8ea777859a | |||
251fb88d62 | |||
aa4266fdc0 | |||
ab3d082c9f | |||
a4133d41e5 | |||
d3f0667119 | |||
8945c39b44 | |||
8c831208eb | |||
b55b871937 | |||
4502bf47dd | |||
fd1f923d60 | |||
fc6f3d8982 |
@@ -1,3 +1,81 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 21:57:20 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-lib to version 1.43.2.
|
||||
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-lib-1.43.2/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 17:08:28 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-lib to version 1.43.1.
|
||||
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-lib-1.43.1/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 1 22:58:52 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-lib to version 1.43.
|
||||
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-lib-1.43/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 16 23:39:07 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-lib to version 1.42.2.
|
||||
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-lib-1.42.2/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 21:03:35 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-lib to version 1.42.1 revision 1.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 07:42:41 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-lib to version 1.42.1.
|
||||
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-lib-1.42.1/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 17:17:45 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-lib to version 1.42.
|
||||
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-lib-1.42/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 00:56:06 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-lib 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-lib-1.41/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 21:16:31 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-lib to version 1.40.
|
||||
Upstream has edited the change log file since the last release in
|
||||
a non-trivial way, i.e. they did more than just add a new entry
|
||||
at the top. You can review the file at:
|
||||
http://hackage.haskell.org/package/hledger-lib-1.40/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 2 00:46:09 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-hledger-lib
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.34
|
||||
Version: 1.43.2
|
||||
Release: 0
|
||||
Summary: A library providing the core functionality of hledger
|
||||
License: GPL-3.0-or-later
|
||||
@@ -39,10 +39,10 @@ BuildRequires: ghc-ansi-terminal-devel
|
||||
BuildRequires: ghc-ansi-terminal-prof
|
||||
BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-array-prof
|
||||
BuildRequires: ghc-base-compat-devel
|
||||
BuildRequires: ghc-base-compat-prof
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-blaze-html-devel
|
||||
BuildRequires: ghc-blaze-html-prof
|
||||
BuildRequires: ghc-blaze-markup-devel
|
||||
BuildRequires: ghc-blaze-markup-prof
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
@@ -67,6 +67,8 @@ BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-directory-prof
|
||||
BuildRequires: ghc-doclayout-devel
|
||||
BuildRequires: ghc-doclayout-prof
|
||||
BuildRequires: ghc-encoding-devel
|
||||
BuildRequires: ghc-encoding-prof
|
||||
BuildRequires: ghc-extra-devel
|
||||
BuildRequires: ghc-extra-prof
|
||||
BuildRequires: ghc-file-embed-devel
|
||||
@@ -75,6 +77,8 @@ BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-filepath-prof
|
||||
BuildRequires: ghc-hashtables-devel
|
||||
BuildRequires: ghc-hashtables-prof
|
||||
BuildRequires: ghc-lucid-devel
|
||||
BuildRequires: ghc-lucid-prof
|
||||
BuildRequires: ghc-megaparsec-devel
|
||||
BuildRequires: ghc-megaparsec-prof
|
||||
BuildRequires: ghc-microlens-devel
|
||||
@@ -83,12 +87,12 @@ BuildRequires: ghc-microlens-th-devel
|
||||
BuildRequires: ghc-microlens-th-prof
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-mtl-prof
|
||||
BuildRequires: ghc-pager-devel
|
||||
BuildRequires: ghc-pager-prof
|
||||
BuildRequires: ghc-parser-combinators-devel
|
||||
BuildRequires: ghc-parser-combinators-prof
|
||||
BuildRequires: ghc-pretty-simple-devel
|
||||
BuildRequires: ghc-pretty-simple-prof
|
||||
BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-process-prof
|
||||
BuildRequires: ghc-regex-tdfa-devel
|
||||
BuildRequires: ghc-regex-tdfa-prof
|
||||
BuildRequires: ghc-rpm-macros
|
||||
@@ -104,8 +108,6 @@ BuildRequires: ghc-template-haskell-devel
|
||||
BuildRequires: ghc-template-haskell-prof
|
||||
BuildRequires: ghc-terminal-size-devel
|
||||
BuildRequires: ghc-terminal-size-prof
|
||||
BuildRequires: ghc-text-ansi-devel
|
||||
BuildRequires: ghc-text-ansi-prof
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-text-prof
|
||||
BuildRequires: ghc-time-devel
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05b5cd79c95c5476964b50a572869bcd44eb334718a30c6f3da62d5abeff091d
|
||||
size 322710
|
3
hledger-lib-1.43.2.tar.gz
Normal file
3
hledger-lib-1.43.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee2bdac67a3f5289c15bd211e07adb42f49d271c1c3065502410b4f3393e03a0
|
||||
size 352870
|
Reference in New Issue
Block a user