From c41bbefd80d48938e18ae57a101a6cc26d6eb579 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Thu, 24 Oct 2019 16:02:21 -0400 Subject: haskellPackages.polysemy: mark dontCheck --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e32039ee279b..8bea3fc73d71 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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 -- cgit 1.4.1