]> git.rkrishnan.org Git - functorrent.git/blobdiff - test/Hlint.hs
test: nuke hlint testsuite
[functorrent.git] / test / Hlint.hs
diff --git a/test/Hlint.hs b/test/Hlint.hs
deleted file mode 100644 (file)
index 0fa2512..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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", "--cpp-ansi"] ++ args
-  unless (null hints) exitFailure