ascii-progress 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+7/−13 lines, 1 filesdep −ansi-terminaldep ~asyncdep ~basedep ~concurrent-outputPVP ok
version bump matches the API change (PVP)
Dependencies removed: ansi-terminal
Dependency ranges changed: async, base, concurrent-output, data-default, time
API changes (from Hackage documentation)
Files
- ascii-progress.cabal +7/−13
ascii-progress.cabal view
@@ -1,5 +1,5 @@ name: ascii-progress-version: 0.3.0.0+version: 0.3.0.1 synopsis: A simple progress bar for the console. description: A simple Haskell progress bar for the console. Heavily borrows from TJ@@ -28,8 +28,7 @@ library exposed-modules: System.Console.AsciiProgress , System.Console.AsciiProgress.Internal- build-depends: ansi-terminal- , concurrent-output+ build-depends: concurrent-output >= 1.7 , async >= 2.0.1.5 , base >=4 && <5 , data-default >= 0.5.3@@ -45,8 +44,7 @@ buildable: False else buildable: True- build-depends: ansi-terminal- , concurrent-output+ build-depends: concurrent-output >= 1.7 , async >= 2.0.1.5 , base >=4 && <5 , data-default >= 0.5.3@@ -63,8 +61,7 @@ else buildable: True build-depends: HTTP- , concurrent-output- , ansi-terminal+ , concurrent-output >= 1.7 , async >= 2.0.1.5 , base >=4 && <5 , bytestring@@ -85,8 +82,7 @@ buildable: False else buildable: True- build-depends: ansi-terminal- , concurrent-output+ build-depends: concurrent-output >= 1.7 , async >= 2.0.1.5 , base >=4 && <5 , data-default >= 0.5.3@@ -102,8 +98,7 @@ buildable: False else buildable: True- build-depends: ansi-terminal- , concurrent-output+ build-depends: concurrent-output >= 1.7 , async >= 2.0.1.5 , base >=4 && <5 , data-default >= 0.5.3@@ -115,8 +110,7 @@ test-suite hspec type: exitcode-stdio-1.0 main-is: Spec.hs- build-depends: ansi-terminal- , concurrent-output+ build-depends: concurrent-output >= 1.7 , async >= 2.0.1.5 , base >=4 && <5 , data-default >= 0.5.3