diff options
author | panne <unknown> | 2000-03-19 13:36:59 +0000 |
---|---|---|
committer | panne <unknown> | 2000-03-19 13:36:59 +0000 |
commit | e1d3748d9a5aa116c6ebdc17f2c7af82f164e3a8 (patch) | |
tree | 4ce144fef9394ed2b5b03f108a0836cf6f884f43 /ghc | |
parent | 79b47efd5460734db365fd733c73831c4ef7785e (diff) | |
download | haskell-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.lhs | 1 |
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. |