From f2fc95686c3ff01ed4fbca124090be8ed077927d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 17 Aug 2015 22:27:17 +0200 Subject: [PATCH] haskell-shelly has transient test suite failures. --- 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 adbe14ef4f7e..5bae86683eb5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -971,4 +971,8 @@ self: super: { ''; }); + # https://github.com/yesodweb/Shelly.hs/issues/106 + # https://github.com/yesodweb/Shelly.hs/issues/108 + shelly = dontCheck super.shelly; + }