Skip to content
Snippets Groups Projects
Commit 852d097c authored by Norman Ramsey's avatar Norman Ramsey Committed by Norman Ramsey
Browse files

update for changes in GHC API

parent c71c1b0d
Branches wip/backend-as-record
No related tags found
No related merge requests found
...@@ -542,7 +542,7 @@ withGhc' libDir needHieFiles flags ghcActs = runGhc (Just libDir) $ do ...@@ -542,7 +542,7 @@ withGhc' libDir needHieFiles flags ghcActs = runGhc (Just libDir) $ do
let extra_opts | needHieFiles = [Opt_WriteHie, Opt_Haddock] let extra_opts | needHieFiles = [Opt_WriteHie, Opt_Haddock]
| otherwise = [Opt_Haddock] | otherwise = [Opt_Haddock]
dynflags' = (foldl' gopt_set dynflags extra_opts) dynflags' = (foldl' gopt_set dynflags extra_opts)
{ backend = NoBackend { backend = noBackend
, ghcMode = CompManager , ghcMode = CompManager
, ghcLink = NoLink , ghcLink = NoLink
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment