From e1d3748d9a5aa116c6ebdc17f2c7af82f164e3a8 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 19 Mar 2000 13:36:59 +0000 Subject: [PATCH] [project @ 2000-03-19 13:36:59 by panne] *sigh* hPutBuf{,BA} versionitis again, this time for bootstrapping 4.07 --- ghc/compiler/utils/FastString.lhs | 1 + 1 file changed, 1 insertion(+) 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. -- 1.7.10.4