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:
parent
99acf0863b
commit
81cfe88222
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue