diff options
author | Justin Bedo <cu@cua0.org> | 2023-01-25 19:42:21 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2023-01-26 15:03:50 +1100 |
commit | 21574418cd05589db626a65879b7afc081a77da2 (patch) | |
tree | 75d97056c78c07eda2142980290a632ca2e17241 /package.yaml | |
parent | ea4c9f0f7959251bf84338b145d5733c38f07871 (diff) |
add progress bar
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index f72db5a..9e8b5e4 100644 --- a/package.yaml +++ b/package.yaml @@ -17,6 +17,8 @@ executables: - random - optparse-applicative - ghc-compact + - terminal-progress-bar + - streaming draw: main: draw.hs source-dirs: bin |