From 4b29490541188e6020a3e3bdbda14b1a7cbf6b98 Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 18 Feb 2002 15:51:28 +0000 Subject: [PATCH] [project @ 2002-02-18 15:51:28 by sewardj] Fix import wibble --- ghc/compiler/ghci/ByteCodeLink.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(..) ) -- 1.7.10.4