haskell-hakyll: disable test suite to fix build error
This commit is contained in:
parent
1d0e0fd167
commit
525342632f
@ -22,6 +22,7 @@ cabal.mkDerivation (self: {
|
|||||||
QuickCheck random regexBase regexTdfa tagsoup testFramework
|
QuickCheck random regexBase regexTdfa tagsoup testFramework
|
||||||
testFrameworkHunit testFrameworkQuickcheck2 text time
|
testFrameworkHunit testFrameworkQuickcheck2 text time
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/hakyll";
|
homepage = "http://jaspervdj.be/hakyll";
|
||||||
description = "A static website compiler library";
|
description = "A static website compiler library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user