haskellPackages.binary-instances: allow QuickCheck 2.16

This commit is contained in:
Wolfgang Walther 2026-05-18 11:34:50 +02:00
commit bd20e4d544
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -1545,6 +1545,10 @@ with haskellLib;
# https://github.com/snowleopard/alga/issues/324
algebraic-graphs = doJailbreak super.algebraic-graphs;
# 2026-05-18: allow QuickCheck 2.16
# https://github.com/haskellari/binary-instances/pull/34/changes#r3257818178
binary-instances = doJailbreak super.binary-instances;
# 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;