mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
haskell.packages.ghc96: jailbreak break
This commit is contained in:
parent
2198036532
commit
36d3a29265
|
@ -75,6 +75,8 @@ self: super: {
|
|||
|
||||
# Forbids transformers >= 0.6
|
||||
quickcheck-classes-base = doJailbreak super.quickcheck-classes-base;
|
||||
# https://github.com/Gabriella439/Haskell-Break-Library/pull/3
|
||||
break = doJailbreak super.break;
|
||||
# Forbids mtl >= 2.3
|
||||
ChasingBottoms = doJailbreak super.ChasingBottoms;
|
||||
# Forbids base >= 4.18
|
||||
|
|
Loading…
Reference in a new issue