I am using Shake, calling wget
to download a file. If I do that on the command line I see a one-line progress bar, but when called from Shake I see many lines of dots. As an example:
shake shakeOptions $
action
(cmd "wget http://hackage.haskell.org/packages/index.tar.gz" :: Action ())
I would like that to show the one-line progress bar.