Description
Provides a terminal progress bar for Haskell programs. Progress bars give users feedback during long-running operations such as downloads, conversions, builds, or data processing.
It is useful for command-line tools that need clearer status reporting. It is a developer library and the visible progress bar appears only in applications that integrate it.