From: simonmar Date: Tue, 3 Sep 2002 15:34:11 +0000 (+0000) Subject: [project @ 2002-09-03 15:34:11 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1725 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5e2277f6de3c240b9f394c5a919439e1bc7ec992;p=ghc-hetmet.git [project @ 2002-09-03 15:34:11 by simonmar] Exception => Control.Exception GlaExts => GHC.Exts --- diff --git a/ghc/compiler/ghci/ByteCodeGen.lhs b/ghc/compiler/ghci/ByteCodeGen.lhs index 251b7c5..8238a6b 100644 --- a/ghc/compiler/ghci/ByteCodeGen.lhs +++ b/ghc/compiler/ghci/ByteCodeGen.lhs @@ -63,9 +63,9 @@ import Linker ( lookupSymbol ) import List ( intersperse, sortBy, zip4 ) import Foreign ( Ptr, castPtr, mallocBytes, pokeByteOff, Word8 ) import CTypes ( CInt ) -import Exception ( throwDyn ) +import Control.Exception ( throwDyn ) -import GlaExts ( Int(..), ByteArray# ) +import GHC.Exts ( Int(..), ByteArray# ) import Monad ( when ) import Maybe ( isJust )