1
0
forked from GitHub/gf-core

Some work to improve the structure of the haddock documenation

This commit is contained in:
hallgren
2014-11-10 15:23:02 +00:00
parent cabafd68a6
commit 33571ba44f
6 changed files with 38 additions and 33 deletions

View File

@@ -1,8 +1,9 @@
{-# LANGUAGE CPP #-}
module GF.System.Console(
-- ** Changing which character encoding to use for console IO
-- ** Console IO
-- *** Changing which character encoding to use for console IO
setConsoleEncoding,changeConsoleEncoding,
-- ** Console colors
-- *** Console colors
TermColors(..),getTermColors
) where
import System.IO