Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
e5e72217
Commit
e5e72217
authored
Feb 02, 2016
by
Andrey Mokhov
Browse files
Don't print progress info too early.
See
#200
.
parent
acd13b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Rules/Actions.hs
View file @
e5e72217
...
...
@@ -67,6 +67,7 @@ captureStdout target path argList = do
copyFile
::
FilePath
->
FilePath
->
Action
()
copyFile
source
target
=
do
need
[
source
]
-- Guarantee source is built before printing progress info.
putProgressInfo
$
renderAction
"Copy file"
source
target
copyFileChanged
source
target
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment