1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

haskellPackages.parallel-io: jailbreak

too strict bound on random
This commit is contained in:
sternenseemann 2021-05-20 00:47:37 +02:00
parent 99acf0863b
commit 81cfe88222

View file

@ -1947,4 +1947,8 @@ EOT
# https://github.com/haskell-hvr/missingh/issues/56
MissingH = doJailbreak super.MissingH;
# Too strict bound on random
# https://github.com/batterseapower/parallel-io/issues/14
parallel-io = doJailbreak super.parallel-io;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super