From: Pepe Iborra Date: Fri, 2 Feb 2007 10:05:02 +0000 (+0000) Subject: Fix imports X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0125dc2632c30589829c7a911ea392902f67e4d2 Fix imports --- diff --git a/compiler/deSugar/DsBreakpoint.lhs b/compiler/deSugar/DsBreakpoint.lhs index 1393a9d..799e8b6 100644 --- a/compiler/deSugar/DsBreakpoint.lhs +++ b/compiler/deSugar/DsBreakpoint.lhs @@ -14,7 +14,6 @@ module DsBreakpoint( , mkBreakpointExpr ) where -import IOEnv import TysPrim import TysWiredIn import PrelNames @@ -25,9 +24,6 @@ import TyCon import TypeRep import DataCon import Type -import MkId -import Name -import Var import Id import IdInfo @@ -50,7 +46,6 @@ import Control.Monad import Data.IORef import Foreign.StablePtr import GHC.Exts - #ifdef GHCI mkBreakpointExpr :: SrcSpan -> Id -> DsM (LHsExpr Id) mkBreakpointExpr loc bkptFuncId = do