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
227d8d7d
Commit
227d8d7d
authored
Jul 28, 2017
by
Andrey Mokhov
Committed by
GitHub
Jul 28, 2017
Browse files
Don't echo
parent
9c756201
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Util.hs
View file @
227d8d7d
...
...
@@ -76,7 +76,7 @@ customBuild rs opts target@Target {..} = do
src
<-
interpret
target
getInput
file
<-
interpret
target
getOutput
input
<-
readFile'
src
Stdout
output
<-
cmd
cmdEcho
(
Stdin
input
)
[
path
]
argList
Stdout
output
<-
cmd
(
Stdin
input
)
[
path
]
argList
writeFileChanged
file
output
Make
dir
->
cmd
Shell
cmdEcho
path
[
"-C"
,
dir
]
argList
...
...
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