haskell-shakespeare: disable test suite to fix build with hspec 2.x

https://github.com/yesodweb/shakespeare/issues/143
This commit is contained in:
Peter Simons 2014-11-13 00:41:55 +01:00
parent 2d253c2412
commit 5c18fa216e

View file

@ -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";