Skip to content

Commit

Permalink
s/rawSystemPath/rawSystemVerbose/ typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed Jun 9, 2005
1 parent beafb5c commit aa44cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distribution/PreProcess.hs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ ppGreenCard' :: [String] -> BuildInfo -> LocalBuildInfo -> PreProcessor
ppGreenCard' inputArgs bi lbi
= maybe (ppNone "greencard") pp (withGreencard lbi)
where pp greencard inFile outFile verbose
= rawSystemPath verbose greencard (["-tffi", "-o" ++ outFile, inFile] ++ inputArgs)
= rawSystemVerbose verbose greencard (["-tffi", "-o" ++ outFile, inFile] ++ inputArgs)

-- This one is useful for preprocessors that can't handle literate source.
-- We also need a way to chain preprocessors.
Expand Down

0 comments on commit aa44cc6

Please sign in to comment.