diff options
Diffstat (limited to 'compiler/ghci/Debugger.hs')
-rw-r--r-- | compiler/ghci/Debugger.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghci/Debugger.hs b/compiler/ghci/Debugger.hs index bd1532904e..26aad6f975 100644 --- a/compiler/ghci/Debugger.hs +++ b/compiler/ghci/Debugger.hs @@ -29,6 +29,7 @@ import Kind import GHC import Outputable import PprTyThing +import ErrUtils import MonadUtils import DynFlags import Exception |