arch-hs-0.6.1.0: Distribute hackage packages to archlinux
Copyright(c) 2020 berberman
LicenseMIT
Maintainerberberman <berberman@yandex.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Distribution.ArchHs.PP

Description

This module provides simple pretty-printing functions work with the cli program.

Documentation

printInfo :: MonadIO m => Text -> m () Source #

printWarn :: MonadIO m => Text -> m () Source #

printError :: MonadIO m => Text -> m () Source #

printSuccess :: MonadIO m => Text -> m () Source #