forked from pool/hledger-interest
osc copypac from project:devel:languages:haskell:ghc-9.6.x package:hledger-interest revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger-interest?expand=0&rev=35
This commit is contained in:
parent
d0ed4a766c
commit
b62fbd2d7c
@ -1,6 +1,6 @@
|
|||||||
Name: hledger-interest
|
Name: hledger-interest
|
||||||
Version: 1.6.6
|
Version: 1.6.6
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
Synopsis: computes interest for a given account
|
Synopsis: computes interest for a given account
|
||||||
License: BSD3
|
License: BSD3
|
||||||
License-file: LICENSE
|
License-file: LICENSE
|
||||||
@ -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.32, time, mtl, Cabal, Decimal, text
|
Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.33, 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 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 5 08:50:28 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update hledger-interest to version 1.6.6 revision 2.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 4 18:01:18 UTC 2023 - Peter Simons <psimons@suse.com>
|
Mon Sep 4 18:01:18 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ 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/1.cabal#/%{name}.cabal
|
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.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