-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Initial project template from stack -- -- Please see README.md @package stack-run-auto @version 0.1.1.2 module StackRunAuto data Options Options :: FilePath -> [String] -> Options [optsFileName] :: Options -> FilePath [optsExtras] :: Options -> [String] run :: Options -> IO () timed :: String -> IO a -> IO a isValidPackage :: String -> Bool fileModulesVerbose :: String -> IO [String] extractDependenciesVerbose :: String -> IO [String] modulePackageVerbose :: String -> IO (Maybe String) modulePackage :: String -> IO (Maybe String)