3
0
Fork 0
forked from mirrors/nixpkgs

haskell-hsini: disable test suite to avoid build errors caused by a bogus cabal file

This commit is contained in:
Peter Simons 2014-03-05 15:14:30 +01:00
parent 736bda8a0e
commit 757a690e2e

View file

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
HUnit mtl parsec QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2 testFrameworkTh
];
doCheck = false;
meta = {
description = "Package for user configuration files (INI)";
license = self.stdenv.lib.licenses.bsd3;