forked from pool/hledger-interest
Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
cf492e1708 | |||
e533ac6063 | |||
f66aa3d7c2 | |||
8f11a0d9b9 | |||
9fb55cd96c | |||
2dda72b3c9 | |||
b302237ce0 | |||
48fedb9ab9 | |||
7bdd13b8b0 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a891f3786f0bb63818786bddffd1d67c1a265176f3fc97e76619bea7d3bb7442
|
||||
size 8578
|
3
hledger-interest-1.6.7.tar.gz
Normal file
3
hledger-interest-1.6.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e45a53e31d6e4074768627e3c976423448e63e2e4402133e8a5f200edff339ca
|
||||
size 8678
|
@@ -1,6 +1,6 @@
|
||||
Name: hledger-interest
|
||||
Version: 1.6.6
|
||||
x-revision: 4
|
||||
Version: 1.6.7
|
||||
x-revision: 2
|
||||
Synopsis: computes interest for a given account
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
@@ -13,7 +13,8 @@ Cabal-version: >= 1.10
|
||||
Extra-source-files: README.md
|
||||
Stability: stable
|
||||
tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7,
|
||||
GHC == 9.0.2, GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.1
|
||||
GHC == 9.0.2, GHC == 9.2.8, GHC == 9.4.8, GHC == 9.6.3,
|
||||
GHC == 9.8.4, GHC == 9.10.1
|
||||
|
||||
Description:
|
||||
hledger-interest is a small command-line utility based on Simon
|
||||
@@ -120,7 +121,7 @@ Source-Repository head
|
||||
Executable hledger-interest
|
||||
default-language: Haskell2010
|
||||
Main-is: Main.hs
|
||||
Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.35, time, mtl, Cabal, Decimal, text
|
||||
Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.44, time, mtl, Cabal, Decimal, text
|
||||
other-modules: Hledger.Interest
|
||||
Hledger.Interest.DayCountConvention
|
||||
Hledger.Interest.Rate
|
||||
|
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 06:46:58 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-interest to version 1.6.7 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 13:47:05 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-interest to version 1.6.7 revision 1.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 11:14:38 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-interest to version 1.6.7.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 26 13:10:24 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-interest to version 1.6.6 revision 5.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 16:16:58 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hledger-interest
|
||||
#
|
||||
# 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
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: hledger-interest
|
||||
Version: 1.6.6
|
||||
Version: 1.6.7
|
||||
Release: 0
|
||||
Summary: Computes interest for a given account
|
||||
License: BSD-3-Clause
|
||||
URL: https://hackage.haskell.org/package/%{name}
|
||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/4.cabal#/%{name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-Cabal-prof
|
||||
BuildRequires: ghc-Decimal-devel
|
||||
|
Reference in New Issue
Block a user