haskellPackages.haggle: unbreak

https://github.com/travitch/haggle/issues/4
This commit is contained in:
sternenseemann 2021-05-07 12:54:13 +02:00
parent 8c6c17b84e
commit ffc669baf9

View file

@ -1863,4 +1863,8 @@ self: super: {
sha256 = "10npa8nh2413n6p6qld795qfkbld08icm02bspmk93y0kabpgmgm";
});
# Too strict bounds on ref-tf
# https://github.com/travitch/haggle/issues/4
haggle = doJailbreak super.haggle;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super