terminal-progress-bar 0.1.1 → 0.1.1.1
raw patch · 2 files changed
+6/−7 lines, 2 filesdep ~HUnitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- terminal-progress-bar.cabal +5/−6
LICENSE view
@@ -1,4 +1,4 @@-Copyright 2012–2016 Roel van Dijk+Copyright 2012–2017 Roel van Dijk All rights reserved.
terminal-progress-bar.cabal view
@@ -1,5 +1,5 @@ name: terminal-progress-bar-version: 0.1.1+version: 0.1.1.1 cabal-version: >=1.10 build-type: Simple stability: provisional@@ -22,7 +22,7 @@ . 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+ it as something else than \"move cursor to beginning of line\", the animation won't work. extra-source-files: LICENSE, README.markdown@@ -44,15 +44,14 @@ ghc-options: -Wall default-language: Haskell2010 - test-suite test-terminal-progress-bar type: exitcode-stdio-1.0 main-is: test.hs hs-source-dirs: test ghc-options: -Wall build-depends: base >= 3.0.3.1 && < 5.0- , HUnit >= 1.2.4.2 && < 1.4- , terminal-progress-bar == 0.1.0+ , HUnit >= 1.2.4.2 && < 1.6+ , terminal-progress-bar , test-framework >= 0.3.3 && < 0.9 , test-framework-hunit >= 0.2.6 && < 0.4 default-language: Haskell2010@@ -63,7 +62,7 @@ ghc-options: -Wall if flag(example) build-depends: base >= 3.0.3.1 && < 5.0- , terminal-progress-bar == 0.1.0+ , terminal-progress-bar buildable: True else buildable: False