hlint hack.

This commit is contained in:
Kazu Yamamoto
2012-02-08 16:11:36 +09:00
parent fb0deb1abd
commit 27c1c4fa3d
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import Types
----------------------------------------------------------------
checkSyntax :: Options -> String -> IO String
checkSyntax opt file = do
checkSyntax opt file =
unlines <$> check opt file
----------------------------------------------------------------