Switch to safe-exceptions
This commit is contained in:
@@ -95,7 +95,7 @@ import Control.Applicative
|
||||
(
|
||||
(<$>)
|
||||
)
|
||||
import Control.Exception
|
||||
import Control.Exception.Safe
|
||||
(
|
||||
IOException
|
||||
, bracket
|
||||
|
||||
@@ -48,7 +48,7 @@ import Control.Applicative
|
||||
(
|
||||
(<$>)
|
||||
)
|
||||
import Control.Exception
|
||||
import Control.Exception.Safe hiding (handleIOError)
|
||||
import Control.Monad
|
||||
(
|
||||
forM
|
||||
@@ -96,7 +96,6 @@ import {-# SOURCE #-} HPath.IO
|
||||
import System.IO.Error
|
||||
(
|
||||
alreadyExistsErrorType
|
||||
, catchIOError
|
||||
, ioeGetErrorType
|
||||
, mkIOError
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user