terminal-progress-bar 0.0.1.1 → 0.0.1.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~terminal-progress-bardep ~test-frameworkdep ~test-framework-hunitnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: terminal-progress-bar, test-framework, test-framework-hunit
API changes (from Hackage documentation)
Files
terminal-progress-bar.cabal view
@@ -1,5 +1,5 @@ name: terminal-progress-bar-version: 0.0.1.1+version: 0.0.1.2 cabal-version: >=1.8 build-type: Simple stability: provisional@@ -55,8 +55,8 @@ , base-unicode-symbols >= 0.2.2.3 && < 0.3 , HUnit >= 1.2.4.2 && < 1.3 , terminal-progress-bar == 0.0.1.1- , test-framework >= 0.3.3 && < 0.7- , test-framework-hunit >= 0.2.6 && < 0.3+ , test-framework >= 0.3.3 && < 0.9+ , test-framework-hunit >= 0.2.6 && < 0.4 -- executable example -- main-is: example.hs