haskell-shakespeare-js: update to version 1.1.0
This commit is contained in:
parent
2646e975f8
commit
a7f43c25ad
@ -1,10 +1,10 @@
|
|||||||
{ cabal, shakespeare, text }:
|
{ cabal, aeson, shakespeare, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shakespeare-js";
|
pname = "shakespeare-js";
|
||||||
version = "1.0.1";
|
version = "1.1.0";
|
||||||
sha256 = "1djv34x2nb634lmv28bm2qfsjr0vs0rlq98y8yaiyjdphkzhlaax";
|
sha256 = "0rb1fim6xvpgc2in71drxgimh1z75p72zj0k6hwh2hyfwkj2yh9p";
|
||||||
buildDepends = [ shakespeare text ];
|
buildDepends = [ aeson shakespeare text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
||||||
description = "Stick your haskell variables into javascript/coffeescript at compile time";
|
description = "Stick your haskell variables into javascript/coffeescript at compile time";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user