From 03f530a239b10169f55617dcdece07f7f6118965 Mon Sep 17 00:00:00 2001 From: Aycan iRiCAN Date: Sat, 7 Feb 2015 17:21:30 +0200 Subject: [PATCH] Disable tests for haskellngPackages.rematch since it is missing Specs module. rematch is needed by distributed-process-platform. --- 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 6e64bde1bb43..866ab3429a88 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -451,6 +451,9 @@ self: super: { # Upstream notified by e-mail. OpenGLRaw21 = markBrokenVersion "1.2.0.1" super.OpenGLRaw21; + # module missing: https://github.com/tcrayford/rematch/issues/5 + rematch = dontCheck super.rematch; + } // { # Not on Hackage.