diff --git a/hledger-interest.cabal b/hledger-interest.cabal
--- a/hledger-interest.cabal
+++ b/hledger-interest.cabal
@@ -1,5 +1,5 @@
 Name:                   hledger-interest
-Version:                1.6.4
+Version:                1.6.5
 Synopsis:               computes interest for a given account
 License:                BSD3
 License-file:           LICENSE
@@ -11,8 +11,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
-
+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
 
 Description:
  hledger-interest is a small command-line utility based on Simon
@@ -114,12 +114,12 @@
 
 Source-Repository head
   Type:                 git
-  Location:             git://github.com/peti/hledger-interest.git
+  Location:             https://github.com/peti/hledger-interest.git
 
 Executable hledger-interest
   default-language:     Haskell2010
   Main-is:              Main.hs
-  Build-depends:        base >= 3 && < 5, hledger-lib >= 1.26 && < 1.27, time, mtl, Cabal, Decimal, text
+  Build-depends:        base >= 3 && < 5, hledger-lib >= 1.26 && < 1.29, time, mtl, Cabal, Decimal, text
   other-modules:        Hledger.Interest
                         Hledger.Interest.DayCountConvention
                         Hledger.Interest.Rate
