From 0be78f7b6422d93ccaa6998d4610463681538b79 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Jan 2015 17:17:13 +0100 Subject: [PATCH] haskell-assertions: disable failing test suite --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 93903a60dad..4d30124e452 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -168,6 +168,9 @@ self: super: { # https://github.com/kazu-yamamoto/simple-sendfile/issues/17 simple-sendfile = dontCheck super.simple-sendfile; + # Fails no apparent reason. Upstream has been notified by e-mail. + assertions = dontCheck super.assertions; + } // { # Not on Hackage yet.