haskell-shakespeare-js: update to version 1.1.0

This commit is contained in:
Peter Simons 2012-11-16 15:59:16 +01:00
parent 2646e975f8
commit a7f43c25ad

View file

@ -1,10 +1,10 @@
{ cabal, shakespeare, text }:
{ cabal, aeson, shakespeare, text }:
cabal.mkDerivation (self: {
pname = "shakespeare-js";
version = "1.0.1";
sha256 = "1djv34x2nb634lmv28bm2qfsjr0vs0rlq98y8yaiyjdphkzhlaax";
buildDepends = [ shakespeare text ];
version = "1.1.0";
sha256 = "0rb1fim6xvpgc2in71drxgimh1z75p72zj0k6hwh2hyfwkj2yh9p";
buildDepends = [ aeson shakespeare text ];
meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
description = "Stick your haskell variables into javascript/coffeescript at compile time";