haskellPackages.nothunks: jailbreak to fix tests

This commit is contained in:
Joe Hermaszewski
2021-01-09 00:45:59 +08:00
parent 08fc5efd43
commit 2a9c1eb91e
2 changed files with 4 additions and 1 deletions
@@ -1556,4 +1556,8 @@ self: super: {
# https://github.com/jaspervdj/profiteur/issues/33
profiteur = doJailbreak super.profiteur;
# Test suite has overly strict bounds on tasty.
# https://github.com/input-output-hk/nothunks/issues/9
nothunks = doJailbreak super.nothunks;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super