From: panne Date: Sun, 19 Mar 2000 13:36:59 +0000 (+0000) Subject: [project @ 2000-03-19 13:36:59 by panne] X-Git-Tag: Approximately_9120_patches~4948 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e1d3748d9a5aa116c6ebdc17f2c7af82f164e3a8;p=ghc-hetmet.git [project @ 2000-03-19 13:36:59 by panne] *sigh* hPutBuf{,BA} versionitis again, this time for bootstrapping 4.07 --- diff --git a/ghc/compiler/utils/FastString.lhs b/ghc/compiler/utils/FastString.lhs index d7f8b09..7560642 100644 --- a/ghc/compiler/utils/FastString.lhs +++ b/ghc/compiler/utils/FastString.lhs @@ -91,6 +91,7 @@ import Addr ( Addr(..) ) import MutableArray ( MutableArray(..) ) #else import PrelArr ( STArray(..), newSTArray ) +import IOExts ( hPutBuf, hPutBufBA ) #endif -- ForeignObj is now exported abstractly.