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
No related branches found
No related tags found
6 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files,!5Update for changes in GHC API from backend type refactor
......@@ -542,7 +542,7 @@ withGhc' libDir needHieFiles flags ghcActs = runGhc (Just libDir) $ do
let extra_opts | needHieFiles = [Opt_WriteHie, Opt_Haddock]
| otherwise = [Opt_Haddock]
dynflags' = (foldl' gopt_set dynflags extra_opts)
{ backend = NoBackend
{ backend = noBackend
, ghcMode = CompManager
, 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