hlint hack.
This commit is contained in:
4
Check.hs
4
Check.hs
@@ -26,5 +26,5 @@ check opt fileName = withGHC' fileName $ checkIt `gcatch` handleErrMsg
|
||||
_ <- load LoadAllTargets
|
||||
liftIO readLog
|
||||
options
|
||||
| expandSplice opt = ["-w:"] ++ ghcOpts opt
|
||||
| otherwise = ["-Wall"] ++ ghcOpts opt
|
||||
| expandSplice opt = "-w:" : ghcOpts opt
|
||||
| otherwise = "-Wall" : ghcOpts opt
|
||||
|
||||
Reference in New Issue
Block a user