From: simonmar Date: Tue, 18 Apr 2000 16:27:23 +0000 (+0000) Subject: [project @ 2000-04-18 16:27:23 by simonmar] X-Git-Tag: Approximately_9120_patches~4658 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f44833ed4d9cda46d03895b0758ce54ac9a7bd98;p=ghc-hetmet.git [project @ 2000-04-18 16:27:23 by simonmar] Addr no longer exports A#. --- diff --git a/ghc/tests/codeGen/should_run/cg026.hs b/ghc/tests/codeGen/should_run/cg026.hs index b537fbd..2600db5 100644 --- a/ghc/tests/codeGen/should_run/cg026.hs +++ b/ghc/tests/codeGen/should_run/cg026.hs @@ -8,7 +8,7 @@ import IOExts import ST import MutableArray import ByteArray -import Addr +import PrelAddr import Int( Num(fromInt) ) import CString (packString)