From f44833ed4d9cda46d03895b0758ce54ac9a7bd98 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Tue, 18 Apr 2000 16:27:23 +0000
Subject: [PATCH] [project @ 2000-04-18 16:27:23 by simonmar] Addr no longer
 exports A#.

---
 ghc/tests/codeGen/should_run/cg026.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/tests/codeGen/should_run/cg026.hs b/ghc/tests/codeGen/should_run/cg026.hs
index b537fbdd179b..2600db5e1e1f 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)
 	
-- 
GitLab