From: panne Date: Thu, 13 Apr 2000 19:44:22 +0000 (+0000) Subject: [project @ 2000-04-13 19:44:22 by panne] X-Git-Tag: Approximately_9120_patches~4709 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5c5e8accb94848ba3f4d079cf673f4e87c06a4ad;p=ghc-hetmet.git [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... --- 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 )