FileManip: migrated to extenible-exceptions
--HG-- extra : convert_revision : 65e5f9c80e000fc9680da857ea7a255f3125b614
This commit is contained in:
parent
1a7b99ac4e
commit
fb34509cf1
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