;tools:shake: fix project changelog updating
This commit is contained in:
parent
4493f0615b
commit
9eb4248348
2
Shake.hs
2
Shake.hs
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user