haskell.packages.ghc914.haskell-debugger: fix compilation

This commit is contained in:
Alexandre Esteves
2026-03-07 14:53:17 +00:00
parent ed3b0207b8
commit f26469276b
2 changed files with 4 additions and 0 deletions
@@ -128,6 +128,7 @@ with haskellLib;
# haskell-debugger only works with ghc 9.14+
haskell-debugger-view = doDistribute (unmarkBroken super.haskell-debugger-view);
haskell-debugger = doJailbreak super.haskell-debugger; # hie-bios < 0.18, random >=1.3.1
ghc-exactprint_1_14_0_0 = addBuildDepends [
# cabal2nix drops conditional block: impl (ghc >= 9.14)
@@ -1966,6 +1966,9 @@ builtins.intersectAttrs super {
broken = false;
}) super.cabal-install;
# lots of errors
haskell-debugger = dontCheck super.haskell-debugger;
keid-render-basic = addBuildTool pkgs.glslang super.keid-render-basic;
# Disable checks to break dependency loop with SCalendar