From 3481640d1832b3494512e62cb872be53bc388dfe Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 6 Apr 2026 17:05:00 +0200 Subject: [PATCH] hledger-interest: allow hledger 1.52 by jailbreaking --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ff6175c03894..678187c1b610 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1697,6 +1697,10 @@ with haskellLib; }) ] super.hledger-web; + # Allow hledger 1.52 + # https://github.com/peti/hledger-interest/issues/27 + hledger-interest = doJailbreak super.hledger-interest; + # Chart-tests needs and compiles some modules from Chart itself Chart-tests = overrideCabal (old: { # 2025-02-13: Too strict bounds on lens < 5.3 and vector < 0.13