Hugs only: fix imports
[ghc-base.git] / GHC / Handle.hs-boot
1 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
2
3 module GHC.Handle where
4
5 import GHC.IOBase
6
7 stdout :: Handle
8 stderr :: Handle
9 hFlush :: Handle -> IO ()