From d58370db24611bc58cad4fd7ca418075d49431b0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 29 May 2014 07:29:20 +0000 Subject: [PATCH] haskell-process-conduit: temporarily disable tests The tests have not been ported to use conduit-1.1 yet (there is a pull request pending on GitHub). --- pkgs/development/libraries/haskell/process-conduit/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/libraries/haskell/process-conduit/default.nix b/pkgs/development/libraries/haskell/process-conduit/default.nix index 3ecd88515b2..8ed966cd05b 100644 --- a/pkgs/development/libraries/haskell/process-conduit/default.nix +++ b/pkgs/development/libraries/haskell/process-conduit/default.nix @@ -11,6 +11,9 @@ cabal.mkDerivation (self: { text ]; testDepends = [ conduit hspec ]; + # This check is being disabled until process-conduit is updated to properly + # support conduit 1.1.x + doCheck = false; meta = { homepage = "http://github.com/tanakh/process-conduit"; description = "Conduits for processes";