{ cabal, shakespeare, text }: cabal.mkDerivation (self: { pname = "shakespeare-js"; version = "0.11.1"; sha256 = "1sqkfl6pwwmn72xz5qf1bh58jr95w59ry6zmy939x73g9jgpzn6x"; buildDepends = [ shakespeare text ]; meta = { homepage = "http://www.yesodweb.com/book/templates"; description = "Stick your haskell variables into javascript/coffeescript at compile time"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = [ self.stdenv.lib.maintainers.andres self.stdenv.lib.maintainers.simons ]; }; })