From 5c5e8accb94848ba3f4d079cf673f4e87c06a4ad Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 13 Apr 2000 19:44:22 +0000 Subject: [PATCH] [project @ 2000-04-13 19:44:22 by panne] Again: Addr is an abstract type in Addr, so import from PrelAddr instead. Told you so... --- ghc/compiler/utils/StringBuffer.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/utils/StringBuffer.lhs b/ghc/compiler/utils/StringBuffer.lhs index 1f6e615..63f5ee5 100644 --- a/ghc/compiler/utils/StringBuffer.lhs +++ b/ghc/compiler/utils/StringBuffer.lhs @@ -66,7 +66,7 @@ module StringBuffer #include "HsVersions.h" import GlaExts -import Addr ( Addr(..) ) +import PrelAddr ( Addr(..) ) import Foreign import ST import Char ( chr ) -- 1.7.10.4