haskellPackages.threadscope: unbreak

wip/yesman
sternenseemann 3 years ago
parent 77923e60b7
commit 0221bcf5a4
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -1759,4 +1759,8 @@ self: super: {
# https://github.com/obsidiansystems/haveibeenpwned/issues/7
haveibeenpwned = doJailbreak super.haveibeenpwned;
# Too strict version bounds on ghc-events
# https://github.com/haskell/ThreadScope/issues/118
threadscope = doJailbreak super.threadscope;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save