stack-run-auto-0.1.1.4: Initial project template from stack

Safe HaskellNone
LanguageHaskell2010

StackRunAuto

Documentation

data Options Source #

Constructors

Options 

run :: Options -> IO () Source #

timed :: String -> IO a -> IO a Source #

cached :: (Read b, Show b) => String -> (FilePath -> IO b) -> FilePath -> IO b Source #