tasty-discover-1.0.0: src/Main.hs
-- | Main module and entry point. module Main where import System.Environment (getArgs) import Test.Tasty.Run (run) -- | Pass pre processor arguments. main :: IO () main = getArgs >>= run
-- | Main module and entry point. module Main where import System.Environment (getArgs) import Test.Tasty.Run (run) -- | Pass pre processor arguments. main :: IO () main = getArgs >>= run