BSD-3-Clause licensed and maintained by Roel van Dijk
This version can be pinned in stack with:terminal-progress-bar-0.1.1@sha256:63179bc51b5a11ae249911a92d067e96eebff241098416e9c2c7f589a691973c,2424

Module documentation for 0.1.1

Depends on 3 packages(full list with versions):
Used by 3 packages in lts-8.5(full list with versions):

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.