haskellPackages.{yaya*}: allow doctest 0.25 (#536739)

This commit is contained in:
Wolfgang Walther 2026-06-29 18:04:32 +00:00 committed by GitHub
commit 71b5964ed6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1555,6 +1555,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;