Cabal-1.18.1.5: A framework for packaging Haskell software
Distribution.Compat.Exception
catchIO :: IO a -> (IOException -> IO a) -> IO a Source
catchExit :: IO a -> (ExitCode -> IO a) -> IO a Source
tryIO :: IO a -> IO (Either IOException a) Source