1
0
Fork 1
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:
Robert Hensing 2024-02-19 07:54:31 +01:00
parent 2198036532
commit 36d3a29265

View file

@ -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