haskell-concrete-typerep: disable test suite to avoid spurious failures

http://hydra.cryp.to/build/209703/nixlog/1/raw
This commit is contained in:
Peter Simons 2014-10-22 22:19:51 +02:00
parent 4c81525f9a
commit e9e9ab0981
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
testDepends = [
binary hashable QuickCheck testFramework testFrameworkQuickcheck2
];
doCheck = false;
meta = {
description = "Binary and Hashable instances for TypeRep";
license = self.stdenv.lib.licenses.bsd3;