-l for lint.

This commit is contained in:
Kazu Yamamoto 2014-04-19 08:36:35 +09:00
parent ab5e082e81
commit 841c721928
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ lintSyntax :: Options
lintSyntax opt file = pack <$> lint hopts file
where
LineSeparator lsep = lineSeparator opt
pack = unlines . map (intercalate lsep . lines)
pack = convert opt . map (intercalate lsep . lines)
hopts = hlintOpts opt
-- | Checking syntax of a target file using hlint.