From: simonm Date: Wed, 27 Jan 1999 10:55:39 +0000 (+0000) Subject: [project @ 1999-01-27 10:55:39 by simonm] X-Git-Tag: Approximately_9120_patches~6679 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1eada1599643039ae0fe4c92a9c7baf9bca5e575;p=ghc-hetmet.git [project @ 1999-01-27 10:55:39 by simonm] import PrelStable to get StablePtrs. --- diff --git a/ghc/lib/exts/ByteArray.lhs b/ghc/lib/exts/ByteArray.lhs index 504b2eb..60c9fed 100644 --- a/ghc/lib/exts/ByteArray.lhs +++ b/ghc/lib/exts/ByteArray.lhs @@ -26,6 +26,7 @@ module ByteArray import PrelArr import PrelBase import PrelForeign +import PrelStable import Ix \end{code}