haskell-shakespeare-css: update to version 1.0.5.1
This commit is contained in:
parent
3ed1c87790
commit
45afb3f6a6
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shakespeare-css";
|
pname = "shakespeare-css";
|
||||||
version = "1.0.4";
|
version = "1.0.5.1";
|
||||||
sha256 = "1vh1n1lhhga6y4p7rphyhxpdkg7igkskvh0jmwkg3m4x3jq8g9jg";
|
sha256 = "06x57cm9ni7cgdizdwzqzpqdmgzhchax7c4mbqvk3ymgf3lybrss";
|
||||||
buildDepends = [ parsec shakespeare text transformers ];
|
buildDepends = [ parsec shakespeare text transformers ];
|
||||||
testDepends = [ hspec HUnit shakespeare text ];
|
testDepends = [ hspec HUnit shakespeare text ];
|
||||||
noHaddock = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
||||||
description = "Stick your haskell variables into css at compile time";
|
description = "Stick your haskell variables into css at compile time";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user