[project @ 2000-03-19 13:36:59 by panne]
authorpanne <unknown>
Sun, 19 Mar 2000 13:36:59 +0000 (13:36 +0000)
committerpanne <unknown>
Sun, 19 Mar 2000 13:36:59 +0000 (13:36 +0000)
*sigh* hPutBuf{,BA} versionitis again, this time for bootstrapping 4.07

ghc/compiler/utils/FastString.lhs

index d7f8b09..7560642 100644 (file)
@@ -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.