summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorpanne <unknown>2000-03-19 13:36:59 +0000
committerpanne <unknown>2000-03-19 13:36:59 +0000
commite1d3748d9a5aa116c6ebdc17f2c7af82f164e3a8 (patch)
tree4ce144fef9394ed2b5b03f108a0836cf6f884f43 /ghc
parent79b47efd5460734db365fd733c73831c4ef7785e (diff)
downloadhaskell-e1d3748d9a5aa116c6ebdc17f2c7af82f164e3a8.tar.gz
[project @ 2000-03-19 13:36:59 by panne]
*sigh* hPutBuf{,BA} versionitis again, this time for bootstrapping 4.07
Diffstat (limited to 'ghc')
-rw-r--r--ghc/compiler/utils/FastString.lhs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/utils/FastString.lhs b/ghc/compiler/utils/FastString.lhs
index d7f8b0979e..75606423d7 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.