summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Exception.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Utils/Exception.hs')
-rw-r--r--compiler/GHC/Utils/Exception.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Utils/Exception.hs b/compiler/GHC/Utils/Exception.hs
index 4d3c777932..b07baa4625 100644
--- a/compiler/GHC/Utils/Exception.hs
+++ b/compiler/GHC/Utils/Exception.hs
@@ -11,7 +11,7 @@ module GHC.Utils.Exception
import GHC.Prelude
import GHC.IO (catchException)
-import Control.Exception as CE
+import Control.Exception as CE hiding (assert)
import Control.Monad.IO.Class
import Control.Monad.Catch