Skip to content

Commit

Permalink
Re #6531 Use putInfo, not deprecated putNormal
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Mar 26, 2024
1 parent c55283b commit 36ea8b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/scripts/release.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import Development.Shake
( Action, Change (..), pattern Chatty, CmdOption (..), Rules
, ShakeOptions (..), Stdout (..), (%>), actionOnException
, alwaysRerun, cmd, command_, copyFileChanged
, getDirectoryFiles, liftIO, need, phony, putNormal
, getDirectoryFiles, liftIO, need, phony, putInfo
, removeFilesAfter, shakeArgsWith, shakeOptions, want
)
import Development.Shake.FilePath
Expand Down Expand Up @@ -202,7 +202,7 @@ rules global args = do

releaseDir </> binaryPkgZipFileName %> \out -> do
stageFiles <- getBinaryPkgStageFiles
putNormal $ "zip " ++ out
putInfo $ "zip " ++ out
liftIO $ do
entries <- forM stageFiles $ \stageFile -> do
Zip.readEntry
Expand Down

0 comments on commit 36ea8b5

Please # to comment.