haskellPackages.hs-speedscope: unbreak

This commit is contained in:
Artem Pelenitsyn 2022-01-18 15:09:17 -05:00
parent 89b3b42c78
commit 3ac0d71f3c
3 changed files with 2 additions and 2 deletions

View file

@ -1745,6 +1745,8 @@ self: super: {
# 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;
# Too strict version bounds on tasty
# Can likely be removed next week (2021-04-09) when 1.1.1.1 is released.

View file

@ -2402,7 +2402,6 @@ broken-packages:
- hsseccomp
- hssh
- hs-snowtify
- hs-speedscope
- hsSqlite3
- hssqlppp
- HsSVN

View file

@ -142083,7 +142083,6 @@ self: {
description = "Convert an eventlog into the speedscope json format";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hs-swisstable-hashtables-class" = callPackage