Skip to content

Commit

Permalink
Distribution/Client/InstallSymlink.hs: explicitely import 'catch' and…
Browse files Browse the repository at this point in the history
… friend tom System.IO
  • Loading branch information
Sergei Trofimovich committed Dec 20, 2009
1 parent 6309b0c commit 86b878e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Distribution/Client/InstallSymlink.hs
Expand Up @@ -66,6 +66,8 @@ import System.Directory
( canonicalizePath )
import System.FilePath
( (</>), splitPath, joinPath, isAbsolute )

import Prelude hiding (catch, ioError)
import System.IO.Error
( catch, isDoesNotExistError, ioError )
import Control.Exception
Expand Down

0 comments on commit 86b878e

Please sign in to comment.