{ cabal, blazeBuilder, blazeHtml, failure, parsec, shakespeare , text }: cabal.mkDerivation (self: { pname = "hamlet"; version = "1.0.1.1"; sha256 = "16a7aym0cpcq9lsiwfh5bvgh1bkyz4j06bhyvnxawsdgzmmsbch4"; buildDepends = [ blazeBuilder blazeHtml failure parsec shakespeare text ]; meta = { homepage = "http://www.yesodweb.com/book/shakespearean-templates"; description = "Haml-like template files that are compile-time checked"; license = self.stdenv.lib.licenses.mit; platforms = self.ghc.meta.platforms; maintainers = [ self.stdenv.lib.maintainers.andres ]; }; })