mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
haskellPackages.hs-speedscope: unbreak
This commit is contained in:
parent
89b3b42c78
commit
3ac0d71f3c
|
@ -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.
|
||||
|
|
|
@ -2402,7 +2402,6 @@ broken-packages:
|
|||
- hsseccomp
|
||||
- hssh
|
||||
- hs-snowtify
|
||||
- hs-speedscope
|
||||
- hsSqlite3
|
||||
- hssqlppp
|
||||
- HsSVN
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue