diff options
author | panne <unknown> | 2000-04-13 19:44:22 +0000 |
---|---|---|
committer | panne <unknown> | 2000-04-13 19:44:22 +0000 |
commit | 5c5e8accb94848ba3f4d079cf673f4e87c06a4ad (patch) | |
tree | 8b6074abf7aac44ea29a7a811f2f49d674efa5de /ghc/compiler | |
parent | 8ab73b40ac2ac5861b4dd03a50e4624ce3b0d024 (diff) | |
download | haskell-5c5e8accb94848ba3f4d079cf673f4e87c06a4ad.tar.gz |
[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...
Diffstat (limited to 'ghc/compiler')
-rw-r--r-- | ghc/compiler/utils/StringBuffer.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/utils/StringBuffer.lhs b/ghc/compiler/utils/StringBuffer.lhs index 1f6e615578..63f5ee5d34 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 ) |