{ mkDerivation, base, filepath, hakyll, lib, time }: mkDerivation { pname = "site"; version = "0.1.0.0"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base filepath hakyll time ]; license = lib.licenses.bsd3; }