Fixed Interact.hs to handle the cpp macros in UTF8.
This commit is contained in:
parent
fecdd80d49
commit
492d5e91d5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ main = do
|
|||
let setupConfig = read $ unlines $ drop 1 $ lines setupConfig'
|
||||
let (Just (ComponentLocalBuildInfo { componentPackageDeps = deps })) = libraryConfig setupConfig
|
||||
let packageSpecs = map (toPackageSpec . snd) deps
|
||||
let args = ["-cpp","-i../dist/build/autogen"] ++ concatMap (\p -> ["-package",p]) packageSpecs
|
||||
let args = ["-optP-include", "-optP../dist/build/autogen/cabal_macros.h","-cpp","-I../dist/build/autogen","-i../dist/build/autogen"] ++ concatMap (\p -> ["-package",p]) packageSpecs
|
||||
print args
|
||||
ph <- runProcess "ghci" args (Just "src") Nothing Nothing Nothing Nothing
|
||||
waitForProcess ph
|
||||
|
|
Loading…
Add table
Reference in a new issue