From f8544ff57edafee9197f82ef25742943ba7744c8 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Feb 2025 14:32:37 +0100 Subject: [PATCH] haskellPackages.text-builder: 0.6.7.2 -> 0.6.7.3 Co-authored-by: sternenseemann --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1597491d2ca2..0258e74b9cb0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2771,6 +2771,9 @@ self: super: { # https://github.com/brandonchinn178/tasty-autocollect/issues/54 tasty-autocollect = dontCheck super.tasty-autocollect; + # unbreak with tasty-quickcheck 0.11, can be dropped for Stackage LTS >= 23.9 + text-builder = doDistribute self.text-builder_0_6_7_3; + postgrest = lib.pipe super.postgrest [ # 2023-12-20: New version needs extra dependencies (addBuildDepends [ self.extra self.fuzzyset_0_2_4 self.cache self.timeit ])