diff --git a/hledger-interest.cabal b/hledger-interest.cabal index 3528a85..a0f545d 100644 --- a/hledger-interest.cabal +++ b/hledger-interest.cabal @@ -1,6 +1,6 @@ Name: hledger-interest Version: 1.6.6 -x-revision: 2 +x-revision: 3 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.33, time, mtl, Cabal, Decimal, text + Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.34, time, mtl, Cabal, Decimal, text other-modules: Hledger.Interest Hledger.Interest.DayCountConvention Hledger.Interest.Rate diff --git a/hledger-interest.changes b/hledger-interest.changes index d0136a1..0e0f0b7 100644 --- a/hledger-interest.changes +++ b/hledger-interest.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Apr 21 14:27:30 UTC 2024 - Peter Simons + +- Update hledger-interest to version 1.6.6 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Tue Dec 5 08:50:28 UTC 2023 - Peter Simons diff --git a/hledger-interest.spec b/hledger-interest.spec index 4d4f259..2331531 100644 --- a/hledger-interest.spec +++ b/hledger-interest.spec @@ -1,7 +1,7 @@ # # spec file for package hledger-interest # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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/2.cabal#/%{name}.cabal +Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/3.cabal#/%{name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-prof BuildRequires: ghc-Decimal-devel