BSD-3-Clause licensed and maintained by Roel van Dijk
This version can be pinned in stack with:terminal-progress-bar-0.0.1.4@sha256:07d89c1a61863f0c4d576c88a5a9c3a4615bb9b206ff9d7cbbaf32ca2101c512,2664

Module documentation for 0.0.1.4

A progress bar is used to convey the progress of a task. This package implements a very simple textual progress bar.

See the module System.ProgressBar on how to use the progress bar or build the package with the -fexample flag for a small example program.

The animated progress bar depends entirely on the interpretation of the carriage return character ('\r'). If your terminal interprets it as something else then "move cursor to beginning of line", the animation won't work.

Note: Due to a bug in "cabal haddock" you will have to manually uncomment the example section in the cabal file. But uncommenting that section will result in "cabal haddock" failing.