ghc-toolchain-0.1.0.0: Utility for managing GHC target toolchains
Safe HaskellNone
LanguageHaskell2010

GHC.Toolchain.Utils

Synopsis

Documentation

withTempDir :: (FilePath -> M a) -> M a Source #

oneOf :: String -> [M b] -> M b Source #

oneOf' :: [String] -> [M b] -> M b Source #

Like oneOf but takes a multi-line error message if none of the checks succeed.