haskell-shakespeare: update to version 1.0.1.4

This commit is contained in:
Peter Simons 2012-09-24 12:06:08 +02:00
parent 911aca1f74
commit 46b259a0cc

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "shakespeare";
version = "1.0.1.3";
sha256 = "1m0ca3b73fiph939kpd94mxh4a606mv3hafbwg9j4is38mv5kn8d";
version = "1.0.1.4";
sha256 = "01gw31g75v8r8hjvkv7mxvx7736ib9x9nqpxavpbrfplyxgk2y31";
buildDepends = [ parsec text ];
meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates";