Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Distribution.Nixpkgs.Color
Synopsis
- maybeColor :: Handle -> [SGR] -> String -> IO String
- colorStderrLn :: MonadIO m => [SGR] -> String -> m ()
- infoColor :: [SGR]
- warningColor :: [SGR]
- errorColor :: [SGR]
- commandColor :: [SGR]
Documentation
warningColor :: [SGR] Source #
Colors that indicate a warning message.
errorColor :: [SGR] Source #
Colors that indicate an error message.
commandColor :: [SGR] Source #
Colors that indicate a command is being executed.