haskellPackages.nix-derivation: allow QuickCheck 2.16

This commit is contained in:
Wolfgang Walther 2026-05-18 10:58:10 +02:00
commit 90e108c717
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -1528,6 +1528,10 @@ with haskellLib;
# https://github.com/fizruk/http-api-data/issues/157
http-api-data = doJailbreak super.http-api-data;
# 2026-05-17: allow QuickCheck 2.16
# https://github.com/Gabriella439/Haskell-Nix-Derivation-Library/issues/30
nix-derivation = doJailbreak super.nix-derivation;
# 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;