From f4b432d29c8b2093edeedb6f62bfe01fce5f0cb0 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 7 Apr 2026 12:12:08 +0200 Subject: [PATCH] haskell.packages.ghc914.blaze-html: allow containers 0.8 in tests --- pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix index b2bd993d5b61..49bd42ec1fe0 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix @@ -158,5 +158,7 @@ with haskellLib; # Too strict bound on containers in test suite # https://github.com/jaspervdj/blaze-markup/issues/69 blaze-markup = doJailbreak super.blaze-markup; + # https://github.com/jaspervdj/blaze-html/issues/151 + blaze-html = doJailbreak super.blaze-html; }