ed25519-0.0.1.0: tests/hlint.hs
module Main where
import Control.Monad
import Language.Haskell.HLint
import System.Environment
import System.Exit
main :: IO ()
main = do
args <- getArgs
hints <- hlint $ ["src", "--cpp-define=HLINT"] ++ args
unless (null hints) exitFailure