2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-28 10:17:57 -07:00
|
|
|
{ cabal, shakespeare }:
|
2011-08-29 13:27:05 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "shakespeare-js";
|
2014-04-28 10:17:57 -07:00
|
|
|
version = "1.3.0";
|
|
|
|
sha256 = "0hihcrgvzf4nsrgw6vqpkzbgskq01yc1mnvp7g2wy7vq0dv4pjp4";
|
|
|
|
buildDepends = [ shakespeare ];
|
2014-04-28 14:03:50 -07:00
|
|
|
noHaddock = true;
|
2011-08-29 13:27:05 -07:00
|
|
|
meta = {
|
2012-04-05 09:51:59 -07:00
|
|
|
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
2014-04-28 10:17:57 -07:00
|
|
|
description = "Stick your haskell variables into javascript/coffeescript at compile time. (deprecated)";
|
2012-04-09 05:37:39 -07:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-29 13:27:05 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|