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