From 707f75ddabb6fb69ccc7381c3a39325f9a47670f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Feb 2015 11:57:59 +0100 Subject: [PATCH] haskell-duplo: test suite fails (although harmlessly) --- 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 28ca1987b2a..622daf6e48d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -407,6 +407,9 @@ self: super: { # https://github.com/audreyt/MoeDict.hs/issues/1 MoeDict = markBrokenVersion "0.0.1" super.MoeDict; + # https://github.com/pixbi/duplo/issues/25 + duplo = dontCheck super.duplo; + } // { # Not on Hackage.