From ea9e11db9a51038630afc3d0954c9a88ab01b04c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 5 May 2015 20:59:54 +0200 Subject: [PATCH] haskell-monad-par: fix build with ghc-7.4.x --- pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix index 5d080b1b4eb..56f1edb6620 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix @@ -73,4 +73,7 @@ self: super: { # Test suite won't compile. unix-time = dontCheck super.unix-time; + # Avoid depending on tasty-golden. + monad-par = dontCheck super.monad-par; + }