FileManip: migrated to extenible-exceptions

--HG--
extra : convert_revision : 65e5f9c80e000fc9680da857ea7a255f3125b614
This commit is contained in:
Sergei Trofimovich 2010-03-05 21:19:53 +00:00
parent 1a7b99ac4e
commit fb34509cf1
5 changed files with 53 additions and 5 deletions

View file

@ -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)