haskell-hakyll: disable test suite to fix build error

This commit is contained in:
Peter Simons 2013-03-08 13:36:58 +01:00
parent 1d0e0fd167
commit 525342632f

View File

@ -22,6 +22,7 @@ cabal.mkDerivation (self: {
QuickCheck random regexBase regexTdfa tagsoup testFramework
testFrameworkHunit testFrameworkQuickcheck2 text time
];
doCheck = false;
meta = {
homepage = "http://jaspervdj.be/hakyll";
description = "A static website compiler library";