Follow extensible exception changes
[ghc-hetmet.git] / compiler / ghci / Debugger.hs
index c0ac9d3..e10b414 100644 (file)
@@ -31,7 +31,7 @@ import Outputable
 import SrcLoc
 import PprTyThing
 
-import Control.Exception
+import Exception
 import Control.Monad
 import Data.List
 import Data.Maybe