| Copyright | (c) 2020 berberman |
|---|---|
| License | MIT |
| Maintainer | berberman <berberman@yandex.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Distribution.ArchHs.PP
Description
This module provides simple pretty-printing functions work with the cli program.
Documentation
prettyFlags :: [(PackageName, [Flag])] -> Doc AnsiStyle Source #
prettySolvedPkgs :: [SolvedPackage] -> Text Source #
prettyDeps :: [PackageName] -> Doc AnsiStyle Source #
printError :: MonadIO m => Text -> m () Source #
printSuccess :: MonadIO m => Text -> m () Source #
module Prettyprinter