haskell.packages.ghc914.blaze-markup: allow containers 0.8 in tests

This commit is contained in:
sternenseemann
2026-04-07 12:30:49 +02:00
parent 79ba6be5f8
commit 5ae7e44eed
@@ -154,4 +154,9 @@ with haskellLib;
# Fails to compile with GHC 9.14 https://github.com/snoyberg/mono-traversable/pull/261
mono-traversable = dontCheck super.mono-traversable;
# Too strict bound on containers in test suite
# https://github.com/jaspervdj/blaze-markup/issues/69
blaze-markup = doJailbreak super.blaze-markup;
}