| Copyright | (c) 2020-2021 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, [PkgFlag])] -> Doc AnsiStyle Source #
prettySolvedPkgs :: [SolvedPackage] -> Text Source #
prettyDeps :: [(PackageName, Bool)] -> Doc AnsiStyle Source #
module Prettyprinter