From: sof Date: Sun, 18 May 1997 04:14:01 +0000 (+0000) Subject: [project @ 1997-05-18 04:14:01 by sof] X-Git-Tag: Approximately_1000_patches_recorded~678 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c2e90309b922d38db07bf96769b0bb3043399c9c;p=ghc-hetmet.git [project @ 1997-05-18 04:14:01 by sof] import Addr and Word from Foreign --- diff --git a/ghc/lib/glaExts/ByteArray.lhs b/ghc/lib/glaExts/ByteArray.lhs index 2ea73c2..f0f66b3 100644 --- a/ghc/lib/glaExts/ByteArray.lhs +++ b/ghc/lib/glaExts/ByteArray.lhs @@ -33,7 +33,7 @@ module ByteArray import ArrBase import Ix -import PrelBase (Addr, Word) +import Foreign (Addr, Word) \end{code}