Merge pull request #155520 from ulysses4ever/hs-speedscope-jailbreak

This commit is contained in:
Ellie Hermaszewska 2022-01-19 10:32:40 +08:00 committed by GitHub
commit ce12b79e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

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

View file

@ -141884,7 +141884,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