haskell-shakespeare: updated to version 0.10.1.1

svn path=/nixpkgs/trunk/; revision=29614
This commit is contained in:
Peter Simons 2011-10-03 20:21:27 +00:00
parent 96ca3cf9df
commit 8855e4e69b

View file

@ -1,10 +1,10 @@
{ cabal, blazeBuilder, blazeHtml, failure, parsec, text }:
{ cabal, parsec, text }:
cabal.mkDerivation (self: {
pname = "shakespeare";
version = "0.10.1";
sha256 = "1ckzfxrs65n8cx0hm64c3jd4hbw48x1vi0cvnkz39k500jpq874f";
buildDepends = [ blazeBuilder blazeHtml failure parsec text ];
version = "0.10.1.1";
sha256 = "1qd5wrcr4ss5zigbb7s6c7y7qbvrnbvgdpwq985yyy71i5hwxv0a";
buildDepends = [ parsec text ];
meta = {
homepage = "http://www.yesodweb.com/book/templates";
description = "A toolkit for making compile-time interpolated templates";