haskell-llvm-general-pure: disable tests

This commit is contained in:
Mathijs Kwik 2013-09-20 09:17:23 +02:00
parent ad4156e497
commit 68ace3fa4a

View File

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
HUnit mtl QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2
];
doCheck = false;
meta = {
description = "Pure Haskell LLVM functionality (no FFI)";
license = self.stdenv.lib.licenses.bsd3;