Skip to content

Commit

Permalink
Replace rawSystemProgram with runProgram
Browse files Browse the repository at this point in the history
rawSystemProgram had been marked for deprecation and has now been
removed.
  • Loading branch information
skraelings committed Feb 28, 2020
1 parent 13a93b3 commit 8270c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ myPostBuild _ flags pd lbi = do
"creation of the windows setup executable."
Just configuredProg -> do
writeFile includeFilename $ "AppVerName=" ++ display (package pd) ++ "\n"
rawSystemProgram verb configuredProg
runProgram verb configuredProg
["/Odist","/F"++setupFilename,"setup.iss"]
removeFile includeFilename
where verb = fromFlag (buildVerbosity flags)
Expand Down

0 comments on commit 8270c3b

Please sign in to comment.