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; }