haskell-shakespeare-css: update to version 1.0.2

This commit is contained in:
Peter Simons 2012-11-05 16:19:51 +01:00
parent a029dcbbea
commit c51bb70aae

View file

@ -1,10 +1,10 @@
{ cabal, parsec, shakespeare, text }:
{ cabal, parsec, shakespeare, text, transformers }:
cabal.mkDerivation (self: {
pname = "shakespeare-css";
version = "1.0.1.5";
sha256 = "0arfc64wsyn0af34blbjgxxr9xxk9k61p7zy4b7m3ynnpxqh2hzn";
buildDepends = [ parsec shakespeare text ];
version = "1.0.2";
sha256 = "02sk9ql357ybj1h5a4xjn06di5zdafibabhy32j5vs9kpyamvck3";
buildDepends = [ parsec shakespeare text transformers ];
meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
description = "Stick your haskell variables into css at compile time";