haskellPackages.ghc-debug-brick: Fix build

This commit is contained in:
maralorn 2023-04-17 23:45:03 +02:00
parent 0f2e3635c5
commit 2c544dbb85
3 changed files with 7 additions and 1 deletions

View File

@ -247,6 +247,9 @@ self: super: {
ghcjs-base = null;
ghcjs-prim = null;
# 2023-04-17: https://gitlab.haskell.org/ghc/ghc-debug/-/issues/20
ghc-debug-brick = doJailbreak super.ghc-debug-brick;
# Needs older QuickCheck version
attoparsec-varword = dontCheck super.attoparsec-varword;

View File

@ -1744,7 +1744,6 @@ broken-packages:
- ghc-clippy-plugin
- ghc-core-smallstep
- ghc-datasize
- ghc-debug-client
- ghc-dump-tree
- ghc-dup
- ghc-events-analyze

View File

@ -95025,6 +95025,7 @@ self: {
description = "Visualise an eventlog";
license = lib.licenses.bsd3;
mainProgram = "eventlog2html";
maintainers = [ lib.maintainers.maralorn ];
}) {};
"eventlog2html_0_10_0" = callPackage
@ -95051,6 +95052,7 @@ self: {
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "eventlog2html";
maintainers = [ lib.maintainers.maralorn ];
}) {};
"eventloop" = callPackage
@ -111507,6 +111509,7 @@ self: {
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "ghc-debug-brick";
maintainers = [ lib.maintainers.maralorn ];
}) {};
"ghc-debug-client" = callPackage
@ -111575,6 +111578,7 @@ self: {
];
description = "Functions for instrumenting your application so the heap can be analysed with ghc-debug-common";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.maralorn ];
}) {};
"ghc-definitions-th" = callPackage