Cabal-1.22.0.0: 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