Commit 2c544dbb authored by maralorn's avatar maralorn
Browse files

haskellPackages.ghc-debug-brick: Fix build

parent 0f2e3635
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;

+0 −1
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
@@ -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