Skip to content

Commit

Permalink
cabal/cabal-install: renamed D.C.Exception -> D.C.ExceptionCI to avoi…
Browse files Browse the repository at this point in the history
…d clash with Cabal's one

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Aug 28, 2012
1 parent 54762ef commit 694af36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/HttpUtils.hs
Expand Up @@ -32,7 +32,7 @@ import System.Win32.Registry
, regQueryValue, regQueryValueEx )
import Control.Exception
( bracket )
import Distribution.Compat.Exception
import Distribution.Compat.ExceptionCI
( handleIO )
import Foreign
( toBool, Storable(peek, sizeOf), castPtr, alloca )
Expand Down
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/Install.hs
Expand Up @@ -33,7 +33,7 @@ import System.Exit
import Control.Exception as Exception
( Exception(IOException, ExitException) )
#endif
import Distribution.Compat.Exception
import Distribution.Compat.ExceptionCI
( SomeException, catchIO, catchExit )
import Control.Monad
( when, unless )
Expand Down
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/Types.hs
Expand Up @@ -29,7 +29,7 @@ import Distribution.Version

import Data.Map (Map)
import Network.URI (URI)
import Distribution.Compat.Exception
import Distribution.Compat.ExceptionCI
( SomeException )

newtype Username = Username { unUsername :: String }
Expand Down
Expand Up @@ -3,7 +3,7 @@
{-# OPTIONS_NHC98 -cpp #-}
{-# OPTIONS_JHC -fcpp #-}
-- #hide
module Distribution.Compat.Exception (
module Distribution.Compat.ExceptionCI (
SomeException,
onException,
catchIO,
Expand Down

0 comments on commit 694af36

Please sign in to comment.