QuickCheck,
tasty-quickcheck,
test-framework-quickcheck2
-
-test-suite functorrent-hlint
- type: exitcode-stdio-1.0
- default-language: Haskell2010
- hs-source-dirs: test
- main-is: Hlint.hs
- build-depends: base,
- hlint
+++ /dev/null
-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