From 5e2277f6de3c240b9f394c5a919439e1bc7ec992 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 3 Sep 2002 15:34:11 +0000 Subject: [PATCH] [project @ 2002-09-03 15:34:11 by simonmar] Exception => Control.Exception GlaExts => GHC.Exts --- ghc/compiler/ghci/ByteCodeGen.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) -- 1.7.10.4