[project @ 1996-07-26 20:58:52 by partain]
[ghc-hetmet.git] / ghc / misc / examples / io / io021 / Main.hs
index 66548f6..c45a40b 100644 (file)
@@ -1,3 +1,5 @@
+import IO -- 1.3
+
 main = 
     hSetBuffering stdin NoBuffering    >>
     hSetBuffering stdout NoBuffering   >>