----------------------------------------------------------------------------- -- | -- Module : Text.Show.Text.System -- Copyright : (C) 2014 Ryan Scott -- License : BSD-style (see the file LICENSE) -- Maintainer : Ryan Scott -- Stability : Experimental -- Portability : GHC -- -- Imports 'Show' functions for @System@ modules. ---------------------------------------------------------------------------- module Text.Show.Text.System () where import Text.Show.Text.System.Exit () import Text.Show.Text.System.IO () import Text.Show.Text.System.Posix.Types ()