From e0d34cfecaf5252d20428d66d171e05936a24337 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 20 Jun 2018 09:20:40 +0200 Subject: [PATCH] haskell-streaming-commons: disable randomly failing test suite --- 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 69d98f761bd..0fd1a03f316 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1053,6 +1053,10 @@ self: super: { # dhall-json requires a very particular dhall version dhall-json_1_2_0 = super.dhall-json_1_2_0.override { dhall = self.dhall_1_14_0; }; + + # https://github.com/fpco/streaming-commons/issues/49 + streaming-commons = dontCheck super.streaming-commons; + } //