mirror of
https://github.com/tfausak/splint.git
synced 2024-11-09 22:37:38 +03:00
Lift loading settings from IO for GHC 8.10
This commit is contained in:
parent
33ea7514f0
commit
012c9e6e0e
@ -18,7 +18,7 @@ action
|
||||
-> GHC.HsParsedModule
|
||||
-> GHC.Hsc GHC.HsParsedModule
|
||||
action commandLineOptions modSummary hsParsedModule = do
|
||||
(parseFlags, classifies, hint) <- Settings.load commandLineOptions
|
||||
(parseFlags, classifies, hint) <- GHC.liftIO $ Settings.load commandLineOptions
|
||||
moduleEx <- parse parseFlags modSummary hsParsedModule
|
||||
dynFlags <- GHC.getDynFlags
|
||||
GHC.liftIO
|
||||
|
Loading…
Reference in New Issue
Block a user