summoner-1.0.0: Tool for creating completely configured production Haskell projects.

Safe HaskellNone
LanguageHaskell2010

Summoner.Ansi

Description

This module contains functions for colorful printing into terminal.

Synopsis

Documentation

data Color :: * #

ANSI colors: come in various intensities, which are controlled by ColorIntensity

Constructors

Black 
Red 
Green 
Yellow 
Blue 
Magenta 
Cyan 
White 

beautyPrint :: [IO ()] -> Text -> IO () Source #

Takes list of formatting options, prints text using this format options.

bold :: IO () Source #

Starts bold printing.

reset :: IO () Source #

Resets all previous settings.