packages feed

lens-toml-parser-0.1.0.0: tests/HLint.hs

module Main (main) where

import Control.Monad
import Language.Haskell.HLint3
import System.Environment
import System.Exit

main :: IO ()
main = do
  args  <- getArgs
  hints <- hlint $ ["src", "tests"] ++ args
  unless (null hints) exitFailure