Commit a275813b2d96a63cd91a32e162afc7148606386a Parent: d5154c9602abfcd4b428c625da5070cbaa9452eb Author: mcol <mcol@posteo.net> Date: 2021-11-21 01:19:46 +0000 Committer: mcol <mcol@posteo.net> Committed: 2021-11-21 01:19:46 +0000 hlint redundant bracket
src/Index.hs Modified
@@ -42,7 +42,7 @@ Just template -> do let config = envConfig env createDirectoryIfMissing True $ outputDirectory config - let output = (outputDirectory config) </> "index.html" + let output = outputDirectory config </> "index.html" repos <- loadRepos config let scope = packageIndex config repos generate output scope template