From 208400cb3e75892595906e1f87c23405305843d0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 9 Apr 2015 10:57:43 -0500 Subject: [PATCH] haskellngPackages.stm-conduit: 2.6.0 fails to build tests --- 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 353acd3bfcb..a94c8d19715 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -494,6 +494,9 @@ self: super: { # https://github.com/joeyadams/haskell-stm-delay/issues/3 stm-delay = dontCheck super.stm-delay; + # https://github.com/cgaebel/stm-conduit/issues/33 + stm-conduit = dontCheck super.stm-conduit; + # https://github.com/fumieval/call/issues/3 call = markBrokenVersion "0.1.2" super.call; rhythm-game-tutorial = dontDistribute super.rhythm-game-tutorial; # depends on call