From dd701b4c51dd1e9b32d7cf0e01059c83bfa7a91c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 15 Mar 2014 09:47:28 +0100 Subject: [PATCH] haskell-options: we cannot easily run the test suite because it requires 'chell', which requires 'options' --- pkgs/development/libraries/haskell/options/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/options/default.nix b/pkgs/development/libraries/haskell/options/default.nix index b1698ac5b35..3772a142a58 100644 --- a/pkgs/development/libraries/haskell/options/default.nix +++ b/pkgs/development/libraries/haskell/options/default.nix @@ -6,6 +6,7 @@ cabal.mkDerivation (self: { sha256 = "0d40d6k1c8v2b0bgchgl54sk9wx28kysp8bjws8bwjcmmd57775f"; buildDepends = [ monadsTf transformers ]; testDepends = [ chell chellQuickcheck monadsTf transformers ]; + doCheck = false; meta = { homepage = "https://john-millikin.com/software/haskell-options/"; description = "A powerful and easy-to-use command-line option parser";