Merge pull request #108922 from markus1189/threadscope

haskellPackages.threadscope: Remove jailbreak after package update
This commit is contained in:
Dennis Gosnell 2021-01-10 20:13:05 +09:00 committed by GitHub
commit 38201ecc4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -798,7 +798,4 @@ self: super: builtins.intersectAttrs super {
# tests depend on a specific version of solc
hevm = dontCheck (doJailbreak super.hevm);
# waiting for https://github.com/haskell/ThreadScope/pull/115
threadscope = doJailbreak super.threadscope;
}