Accepting request 1110384 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1110384 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hledger-interest?expand=0&rev=14
This commit is contained in:
commit
62808f4906
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a15e921238fd8a5dc5814e47143db2c1dbe95828a6f4e16b8d243357e3f5d97e
|
|
||||||
size 8565
|
|
3
hledger-interest-1.6.6.tar.gz
Normal file
3
hledger-interest-1.6.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a891f3786f0bb63818786bddffd1d67c1a265176f3fc97e76619bea7d3bb7442
|
||||||
|
size 8578
|
@ -1,6 +1,6 @@
|
|||||||
Name: hledger-interest
|
Name: hledger-interest
|
||||||
Version: 1.6.5
|
Version: 1.6.6
|
||||||
x-revision: 2
|
x-revision: 1
|
||||||
Synopsis: computes interest for a given account
|
Synopsis: computes interest for a given account
|
||||||
License: BSD3
|
License: BSD3
|
||||||
License-file: LICENSE
|
License-file: LICENSE
|
||||||
@ -13,7 +13,7 @@ Cabal-version: >= 1.10
|
|||||||
Extra-source-files: README.md
|
Extra-source-files: README.md
|
||||||
Stability: stable
|
Stability: stable
|
||||||
tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7,
|
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.5, GHC == 9.4.4
|
GHC == 9.0.2, GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.1
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
hledger-interest is a small command-line utility based on Simon
|
hledger-interest is a small command-line utility based on Simon
|
||||||
@ -120,7 +120,7 @@ Source-Repository head
|
|||||||
Executable hledger-interest
|
Executable hledger-interest
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
Main-is: Main.hs
|
Main-is: Main.hs
|
||||||
Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.31, time, mtl, Cabal, Decimal, text
|
Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.32, time, mtl, Cabal, Decimal, text
|
||||||
other-modules: Hledger.Interest
|
other-modules: Hledger.Interest
|
||||||
Hledger.Interest.DayCountConvention
|
Hledger.Interest.DayCountConvention
|
||||||
Hledger.Interest.Rate
|
Hledger.Interest.Rate
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 4 18:01:18 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update hledger-interest to version 1.6.6 revision 1.
|
||||||
|
Upstream does not provide a change log file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 6 17:55:18 UTC 2023 - Peter Simons <psimons@suse.com>
|
Tue Jun 6 17:55:18 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: hledger-interest
|
Name: hledger-interest
|
||||||
Version: 1.6.5
|
Version: 1.6.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Computes interest for a given account
|
Summary: Computes interest for a given account
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{name}
|
URL: https://hackage.haskell.org/package/%{name}
|
||||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
|
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-Cabal-prof
|
BuildRequires: ghc-Cabal-prof
|
||||||
BuildRequires: ghc-Decimal-devel
|
BuildRequires: ghc-Decimal-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user