mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
haskell-shakespeare-css: update to version 1.0.2
This commit is contained in:
parent
a029dcbbea
commit
c51bb70aae
1 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue