forked from mirrors/nixpkgs
haskellPackages.threadscope: unmark as broken, remove jailbreak
This commit is contained in:
parent
f8e82bab5b
commit
a4a51d9e45
|
@ -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;
|
||||
|
||||
|
|
|
@ -5121,7 +5121,6 @@ broken-packages:
|
|||
- thorn
|
||||
- th-pprint
|
||||
- threadmanager
|
||||
- threadscope
|
||||
- thread-supervisor
|
||||
- threepenny-editors
|
||||
- threepenny-gui-contextmenu
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue