haskell-shakespeare: updated to version 0.10.2

svn path=/nixpkgs/trunk/; revision=30150
This commit is contained in:
Peter Simons 2011-10-31 18:50:01 +00:00
parent eeffbea836
commit 40571fd25f

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "shakespeare";
version = "0.10.1.1";
sha256 = "1qd5wrcr4ss5zigbb7s6c7y7qbvrnbvgdpwq985yyy71i5hwxv0a";
version = "0.10.2";
sha256 = "173pcdm69w1xg3vm31xh6hs9w1552cmb1pz99ri09h1ajdhf2qwc";
buildDepends = [ parsec text ];
meta = {
homepage = "http://www.yesodweb.com/book/templates";