From eb612333aa378cd344472e2456b4b22bc5ec9ab3 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 27 Apr 2026 17:43:23 +0200 Subject: [PATCH] hledger-web: drop upstreamed patch --- .../haskell-modules/configuration-common.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 87b468c59ea9..74b7468a225b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1683,19 +1683,6 @@ with haskellLib; ''; }) super.hledger-flow; - # hledger-web abuses the regular bounds to exclude yesod-static 1.6.1.2 since - # it builds to fail in some build plans. This doesn't affect us at all. - hledger-web = appendPatches [ - (pkgs.fetchpatch { - name = "hledger-allow-yesod-static-1.6.1.2.patch"; - url = "https://github.com/simonmichael/hledger/commit/b06eb8b68222f48024cf02d0718039a20e070201.patch"; - hash = "sha256-IzDyAqaiqnH3d8d+ikkEpJJufgMB+ZF/1ntUJVyQyws="; - revert = true; - relative = "hledger-web"; - excludes = [ "package.yaml" ]; - }) - ] super.hledger-web; - # 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