haskell-shakespeare: update to version 2.0.2

This commit is contained in:
Peter Simons 2014-11-13 14:22:32 +01:00
parent 5c18fa216e
commit e475e851c6

View file

@ -6,8 +6,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "shakespeare"; pname = "shakespeare";
version = "2.0.1.1"; version = "2.0.2";
sha256 = "0xddm8xby19323d9bcd196b1ninlvfkv5b93w1da23m7w0hy509p"; sha256 = "18yzihkjxgchb4358pbm45xk9zcmpgbp3rr27mx08nj5n0mdkwyy";
buildDepends = [ buildDepends = [
aeson blazeHtml blazeMarkup exceptions parsec systemFileio aeson blazeHtml blazeMarkup exceptions parsec systemFileio
systemFilepath text time transformers systemFilepath text time transformers
@ -16,7 +16,6 @@ cabal.mkDerivation (self: {
aeson blazeHtml blazeMarkup exceptions hspec HUnit parsec aeson blazeHtml blazeMarkup exceptions hspec HUnit parsec
systemFileio systemFilepath text time transformers systemFileio systemFilepath text time transformers
]; ];
doCheck = false;
meta = { meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates"; homepage = "http://www.yesodweb.com/book/shakespearean-templates";
description = "A toolkit for making compile-time interpolated templates"; description = "A toolkit for making compile-time interpolated templates";