Cleaning up unnecessary code.

This commit is contained in:
Matthew-Mosior 2024-08-04 21:43:16 -04:00
parent d788e07c32
commit 77d4780985

View File

@ -845,8 +845,8 @@ clean pkg opts -- `opts` is not used but might be in the future
(executable pkg) (executable pkg)
-- clean out the generated docs -- clean out the generated docs
let build = build_dir (dirs (options defs)) let build = build_dir (dirs (options defs))
() <- deleteDocsFolder $ build </> "docs" </> "docs" deleteDocsFolder $ build </> "docs" </> "docs"
() <- deleteDocsFolder $ build </> "docs" deleteDocsFolder $ build </> "docs"
runScript (postclean pkg) runScript (postclean pkg)
where where
delete : String -> Core () delete : String -> Core ()