diff options
Diffstat (limited to 'compiler/GHC/Utils/Exception.hs')
-rw-r--r-- | compiler/GHC/Utils/Exception.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/GHC/Utils/Exception.hs b/compiler/GHC/Utils/Exception.hs index 49fa19bd47..46c1f9d37d 100644 --- a/compiler/GHC/Utils/Exception.hs +++ b/compiler/GHC/Utils/Exception.hs @@ -3,14 +3,13 @@ module GHC.Utils.Exception ( - module Control.Exception, + module CE, module GHC.Utils.Exception ) where import GHC.Prelude -import Control.Exception import Control.Exception as CE import Control.Monad.IO.Class import Control.Monad.Catch |