haskell-shakespeare-js: update to version 1.3.0
This commit is contained in:
parent
90ad782cc5
commit
8884a80caf
@ -1,14 +1,13 @@
|
|||||||
{ cabal, aeson, hspec, HUnit, shakespeare, text }:
|
{ cabal, shakespeare }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shakespeare-js";
|
pname = "shakespeare-js";
|
||||||
version = "1.2.0.4";
|
version = "1.3.0";
|
||||||
sha256 = "1y7bqv3yrlzbhd5s8w36z6vcc9jk5b9i8chhsqda5qay85rd0ipz";
|
sha256 = "0hihcrgvzf4nsrgw6vqpkzbgskq01yc1mnvp7g2wy7vq0dv4pjp4";
|
||||||
buildDepends = [ aeson shakespeare text ];
|
buildDepends = [ shakespeare ];
|
||||||
testDepends = [ aeson hspec HUnit 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. (deprecated)";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
Reference in New Issue
Block a user