mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
haskellPackages.ghc-debug-brick: Fix build
This commit is contained in:
parent
0f2e3635c5
commit
2c544dbb85
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user