tasty-process-0.1.0.0: test/executables/sleep/Main.hs
module Main (main) where import Control.Concurrent (threadDelay) -- | sleep for 10 seconds main :: IO () main = threadDelay $ 10 * 1000000
module Main (main) where import Control.Concurrent (threadDelay) -- | sleep for 10 seconds main :: IO () main = threadDelay $ 10 * 1000000