From: simonmar Date: Thu, 11 Jan 2001 17:33:32 +0000 (+0000) Subject: [project @ 2001-01-11 17:33:32 by simonmar] X-Git-Tag: Approximately_9120_patches~2945 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=68b16e25b5c48fb85d0ff9d6bfffc1068e573db9;p=ghc-hetmet.git [project @ 2001-01-11 17:33:32 by simonmar] s/PrelAddr/Addr --- diff --git a/ghc/tests/codeGen/should_run/cg026.hs b/ghc/tests/codeGen/should_run/cg026.hs index 4deaab9..7d2ded4 100644 --- a/ghc/tests/codeGen/should_run/cg026.hs +++ b/ghc/tests/codeGen/should_run/cg026.hs @@ -3,13 +3,12 @@ module Main ( main ) where import PrelBase -import PrelAddr(indexAddrOffAddr) +import Addr import ST import IOExts import ST import MutableArray import ByteArray -import PrelAddr import Int( Num(fromInt) ) import CString (packString)