GHC.Toolchain.Utils
expectJust :: String -> Maybe a -> M a Source #
expectFileExists :: FilePath -> String -> M () Source #
withTempDir :: (FilePath -> M a) -> M a Source #
oneOf :: String -> [M b] -> M b Source #
isSuccess :: ExitCode -> Bool Source #