haskell-llvm-general-pure: disable tests
This commit is contained in:
parent
ad4156e497
commit
68ace3fa4a
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
HUnit mtl QuickCheck testFramework testFrameworkHunit
|
HUnit mtl QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2
|
testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Pure Haskell LLVM functionality (no FFI)";
|
description = "Pure Haskell LLVM functionality (no FFI)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user