[project @ 2002-09-03 15:34:11 by simonmar]
authorsimonmar <unknown>
Tue, 3 Sep 2002 15:34:11 +0000 (15:34 +0000)
committersimonmar <unknown>
Tue, 3 Sep 2002 15:34:11 +0000 (15:34 +0000)
Exception => Control.Exception
GlaExts => GHC.Exts

ghc/compiler/ghci/ByteCodeGen.lhs

index 251b7c5..8238a6b 100644 (file)
@@ -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 )