;tools:shake: fix project changelog updating

This commit is contained in:
Simon Michael 2025-11-18 11:04:14 -10:00
parent 4493f0615b
commit 9eb4248348

View File

@ -734,7 +734,7 @@ main = do
,":!tests" ,":!tests"
] ]
mpkg = if dir=="." then Nothing else Just dir where dir = takeDirectory out mpkg = if dir=="doc" then Nothing else Just dir where dir = takeDirectory out
-- Parse the changelog. -- Parse the changelog.
oldlines <- liftIO $ lines <$> readFileStrictly out oldlines <- liftIO $ lines <$> readFileStrictly out