summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/StdHandles.hs-boot
blob: 4aae3ef7a3927c0c8d8a28ea66d43c64864539b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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