haskellPackages.threadscope: Fix build

This commit is contained in:
maralorn 2023-06-10 09:53:47 +02:00
parent 35885ddb23
commit 8766168f36
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -245,6 +245,9 @@ self: super: {
ghc-datasize = disableLibraryProfiling super.ghc-datasize;
ghc-vis = disableLibraryProfiling super.ghc-vis;
# 2023-06-10: Too strict version bound on https://github.com/haskell/ThreadScope/issues/118
threadscope = doJailbreak super.threadscope;
# patat main branch has an unreleased commit that fixes the build by
# relaxing restrictive upper boundaries. This can be removed once there's a
# new release following version 0.8.8.0.

View file

@ -5364,7 +5364,6 @@ broken-packages:
- thorn
- th-pprint
- threadmanager
- threadscope
- thread-supervisor # test failure in job https://hydra.nixos.org/build/214156434 at 2023-03-29
- threepenny-editors
- threepenny-gui-contextmenu

View file

@ -293601,9 +293601,7 @@ self: {
];
description = "A graphical tool for profiling parallel Haskell programs";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "threadscope";
broken = true;
}) {};
"threefish" = callPackage