3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.threadscope: unmark as broken, remove jailbreak

This commit is contained in:
Teo Camarasu 2022-05-16 11:01:26 +01:00
parent f8e82bab5b
commit a4a51d9e45
3 changed files with 0 additions and 5 deletions

View file

@ -2003,8 +2003,6 @@ self: super: {
haveibeenpwned = doJailbreak super.haveibeenpwned;
# Too strict version bounds on ghc-events
# https://github.com/haskell/ThreadScope/issues/118
threadscope = doJailbreak super.threadscope;
# https://github.com/mpickering/hs-speedscope/issues/16
hs-speedscope = doJailbreak super.hs-speedscope;

View file

@ -5121,7 +5121,6 @@ broken-packages:
- thorn
- th-pprint
- threadmanager
- threadscope
- thread-supervisor
- threepenny-editors
- threepenny-gui-contextmenu

View file

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