hlint hack.
This commit is contained in:
2
Check.hs
2
Check.hs
@@ -12,7 +12,7 @@ import Types
|
||||
----------------------------------------------------------------
|
||||
|
||||
checkSyntax :: Options -> String -> IO String
|
||||
checkSyntax opt file = do
|
||||
checkSyntax opt file =
|
||||
unlines <$> check opt file
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user