{ mkDerivation, base, blaze-html, bytestring, containers , data-default-class, directory, filepath, hakyll, hakyll-sass , pandoc, pandoc-types, pretty-terminal, skylighting , skylighting-core, split, stdenv, text, time }: mkDerivation { pname = "sourcephile-web"; version = "0.0.0.0"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base blaze-html bytestring containers data-default-class directory filepath hakyll hakyll-sass pandoc pandoc-types pretty-terminal skylighting skylighting-core split text time ]; homepage = "https://sourcephile.fr"; license = stdenv.lib.licenses.gpl3; }