{-# LINE 1 "libraries/base/GHC/ConsoleHandler.hsc" #-}
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE CPP #-}

-----------------------------------------------------------------------------
-- |
-- Module      :  GHC.ConsoleHandler
-- Copyright   :  (c) The University of Glasgow
-- License     :  see libraries/base/LICENSE
--
-- Maintainer  :  cvs-ghc@haskell.org
-- Stability   :  internal
-- Portability :  non-portable (GHC extensions)
--
-- NB. the contents of this module are only available on Windows.
--
-- Installing Win32 console handlers.
--
-----------------------------------------------------------------------------

module GHC.ConsoleHandler

{-# LINE 23 "libraries/base/GHC/ConsoleHandler.hsc" #-}
        where

import GHC.Base ()  -- dummy dependency

{-# LINE 143 "libraries/base/GHC/ConsoleHandler.hsc" #-}