haskellPackages.polysemy: mark dontCheck

This commit is contained in:
(cdep)illabout 2019-10-24 16:02:21 -04:00
parent 35f1e57531
commit c41bbefd80
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -1272,4 +1272,8 @@ self: super: {
# upstream issue: https://github.com/vmchale/atspkg/issues/12
language-ats = dontCheck super.language-ats;
# polysemy has occasional test failures from what looks like buggy async tests.
# We think this will probably be fixed when updating to the polysemy version in LTS-15.
polysemy = dontCheck super.polysemy;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super