1
0

Accepting request 1179758 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1179758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hledger-interest?expand=0&rev=17
This commit is contained in:
Ana Guerrero 2024-06-11 16:28:16 +00:00 committed by Git OBS Bridge
commit a6642f041a
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: hledger-interest
Version: 1.6.6
x-revision: 3
x-revision: 4
Synopsis: computes interest for a given account
License: BSD3
License-file: LICENSE
@ -120,7 +120,7 @@ Source-Repository head
Executable hledger-interest
default-language: Haskell2010
Main-is: Main.hs
Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.34, time, mtl, Cabal, Decimal, text
Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.35, time, mtl, Cabal, Decimal, text
other-modules: Hledger.Interest
Hledger.Interest.DayCountConvention
Hledger.Interest.Rate

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 3 16:16:58 UTC 2024 - Peter Simons <psimons@suse.com>
- Update hledger-interest to version 1.6.6 revision 4.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Apr 21 14:27:30 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -23,7 +23,7 @@ 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/3.cabal#/%{name}.cabal
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/4.cabal#/%{name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Cabal-prof
BuildRequires: ghc-Decimal-devel