haskell-hashable-1.2.0.6: the test suite doesn't compile

This commit is contained in:
Peter Simons 2013-04-22 11:40:50 +02:00
parent afd37640e7
commit e4c7930b48

View File

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
HUnit QuickCheck random testFramework testFrameworkHunit
testFrameworkQuickcheck2 text
];
doCheck = false;
meta = {
homepage = "http://github.com/tibbe/hashable";
description = "A class for types that can be converted to a hash value";