From: sewardj Date: Mon, 18 Feb 2002 15:51:28 +0000 (+0000) Subject: [project @ 2002-02-18 15:51:28 by sewardj] X-Git-Tag: Approximately_9120_patches~6 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4b29490541188e6020a3e3bdbda14b1a7cbf6b98;p=ghc-hetmet.git [project @ 2002-02-18 15:51:28 by sewardj] Fix import wibble --- diff --git a/ghc/compiler/ghci/ByteCodeLink.lhs b/ghc/compiler/ghci/ByteCodeLink.lhs index 054da42..2779a59 100644 --- a/ghc/compiler/ghci/ByteCodeLink.lhs +++ b/ghc/compiler/ghci/ByteCodeLink.lhs @@ -38,7 +38,7 @@ import Control.Monad ( when, foldM ) import Control.Monad.ST ( runST ) import Data.Array.IArray ( array ) -import GHC.Word ( Word ) +import GHC.Word ( Word(..) ) import Data.Array.MArray ( MArray, newArray_, readArray, writeArray ) import Data.Array.ST ( castSTUArray ) import Data.Array.Base ( UArray(..) )