haskellPackages.{yaya*}: allow doctest 0.25

This commit is contained in:
Wolfgang Walther 2026-06-29 19:36:15 +02:00
commit 00a35c51c7
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

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;