{ cabal, binary, blazeHtml, blazeMarkup, citeprocHs, cmdargs , cryptohash, deepseq, filepath, httpConduit, httpTypes, lrucache , mtl, pandoc, parsec, random, regexBase, regexTdfa, snapCore , snapServer, tagsoup, text, time }: cabal.mkDerivation (self: { pname = "hakyll"; version = "4.1.1.0"; sha256 = "0v0c2hbwnd56q3vwrf9515v85yn2k850z9jd8y8kj2i79wh7l3dz"; isLibrary = true; isExecutable = true; buildDepends = [ binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash deepseq filepath httpConduit httpTypes lrucache mtl pandoc parsec random regexBase regexTdfa snapCore snapServer tagsoup text time ]; meta = { homepage = "http://jaspervdj.be/hakyll"; description = "A static website compiler library"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = [ self.stdenv.lib.maintainers.andres ]; }; })