diff options
Diffstat (limited to 'libraries/base/GHC/IO/StdHandles.hs-boot')
-rw-r--r-- | libraries/base/GHC/IO/StdHandles.hs-boot | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libraries/base/GHC/IO/StdHandles.hs-boot b/libraries/base/GHC/IO/StdHandles.hs-boot new file mode 100644 index 0000000000..4aae3ef7a3 --- /dev/null +++ b/libraries/base/GHC/IO/StdHandles.hs-boot @@ -0,0 +1,23 @@ +{-# LANGUAGE Trustworthy #-} +{-# LANGUAGE NoImplicitPrelude #-} +{-# LANGUAGE CPP #-} + +----------------------------------------------------------------------------- +-- | +-- Module : GHC.IO.StdHandles [boot] +-- Copyright : (c) The University of Glasgow, 2017 +-- License : see libraries/base/LICENSE +-- +-- Maintainer : libraries@haskell.org +-- Stability : internal +-- Portability : non-portable +-- +----------------------------------------------------------------------------- + +module GHC.IO.StdHandles where + +import GHC.IO.Handle.Types + +-- used in GHC.Conc, which is below GHC.IO.Handle.FD +stdout :: Handle + |