haskellPackages.{yaya*}: allow doctest 0.25

This commit is contained in:
Wolfgang Walther
2026-06-29 19:36:15 +02:00
parent 60f1d07046
commit 00a35c51c7

View File

@@ -1551,6 +1551,15 @@ with haskellLib;
servant-auth-docs = doJailbreak super.servant-auth-docs;
servant-swagger = doJailbreak super.servant-swagger;
# 2026-06-29: allow doctest 0.25
# https://github.com/sellout/yaya/issues/91
yaya = doJailbreak super.yaya;
yaya-containers = doJailbreak super.yaya-containers;
yaya-hedgehog = doJailbreak super.yaya-hedgehog;
yaya-lens = doJailbreak super.yaya-lens;
yaya-quickcheck = doJailbreak super.yaya-quickcheck;
yaya-unsafe = doJailbreak super.yaya-unsafe;
# chell-quickcheck doesn't work with QuickCheck >= 2.15 with no known fix yet
# https://github.com/typeclasses/chell/issues/5
system-filepath = dontCheck super.system-filepath;