ascii-progress 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ascii-progress.cabal +3/−3
ascii-progress.cabal view
@@ -1,11 +1,11 @@ name: ascii-progress-version: 0.1.0.1+version: 0.1.0.2 synopsis: A simple progress bar for the console. description: A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project <https://github.com/tj/node-progress progress> - @+ @@@ import Control.Concurrent (threadDelay) import Control.Monad (unless) import System.Console.AsciiProgress (Options(..), isComplete, def,@@ -22,7 +22,7 @@ threadDelay $ 200 * 1000 tick pg loop pg- @+ @@@ <https://github.com/yamadapc/haskell-ascii-progress github>