haskell-shakespeare: disable test suite to fix build with hspec 2.x
https://github.com/yesodweb/shakespeare/issues/143
This commit is contained in:
parent
2d253c2412
commit
5c18fa216e
@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
||||
aeson blazeHtml blazeMarkup exceptions hspec HUnit parsec
|
||||
systemFileio systemFilepath text time transformers
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
||||
description = "A toolkit for making compile-time interpolated templates";
|
||||
|
Loading…
Reference in New Issue
Block a user