mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskellPackages.lzma: allow QuickCheck 2.16
This commit is contained in:
parent
4bac4c007b
commit
8960ba3747
1 changed files with 4 additions and 0 deletions
|
|
@ -1544,6 +1544,10 @@ with haskellLib;
|
|||
# Sent Claude an email on 2026-05-18.
|
||||
bitwise = doJailbreak super.bitwise;
|
||||
|
||||
# 2026-05-17: allow QuickCheck 2.16
|
||||
# https://github.com/haskell-hvr/lzma/issues/45
|
||||
lzma = doJailbreak super.lzma;
|
||||
|
||||
# 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue