Merge pull request #173250 from TeofilC/unmark-broken-threadscope

haskellPackages.threadscope: Unmark threadscope as broken
main
Dennis Gosnell 2 years ago committed by GitHub
commit bd4cf7b82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  3. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -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…
Cancel
Save