From 9eb4248348a67e9fd860469227627845f1f0144f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 18 Nov 2025 11:04:14 -1000 Subject: [PATCH] ;tools:shake: fix project changelog updating --- Shake.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shake.hs b/Shake.hs index 5bff52e01..0c7cd1582 100755 --- a/Shake.hs +++ b/Shake.hs @@ -734,7 +734,7 @@ main = do ,":!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. oldlines <- liftIO $ lines <$> readFileStrictly out