Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Jun 11, 2020
1 parent 163086c commit 5b5cf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Development/IDE/Core/Rules.hs
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ ghcSessionDepsDefinition file = do
mapM_ (uncurry loadDepModule) inLoadOrder

res <- liftIO $ newHscEnvEq session' []
return $ ([], Just res)
return ([], Just res)
where
unpack HiFileResult{..} bc = (hirModIface, bc)
uses_th_qq dflags =
Expand Down

0 comments on commit 5b5cf6d

Please sign in to comment.