FileManip: migrated to extenible-exceptions
This commit is contained in:
parent
dbdcbd17b1
commit
3d3da401b8
5 changed files with 53 additions and 5 deletions
|
@ -16,7 +16,8 @@ module System.FilePath.Manip (
|
|||
, modifyInPlace
|
||||
) where
|
||||
|
||||
import Control.Exception (bracket, bracket_, handle, throwIO)
|
||||
import System.FilePath.Error (bracket, bracket_, handle, throwIO)
|
||||
|
||||
import Control.Monad (liftM)
|
||||
import Data.Bits ((.&.))
|
||||
import System.Directory (removeFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue