reanimate-0.1.6.0: Animation library based on SVGs.
Reanimate.Misc
requireExecutable :: String -> IO FilePath Source #
runCmd :: FilePath -> [String] -> IO () Source #
runCmd_ :: FilePath -> [String] -> IO (Either String String) Source #
runCmdLazy :: FilePath -> [String] -> IO (IO (Either String Text)) Source #
withTempDir :: (FilePath -> IO a) -> IO a Source #
withTempFile :: String -> (FilePath -> IO a) -> IO a Source #