bytestring-progress 1.0.1 → 1.0.2
raw patch · 1 files changed
+2/−3 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
bytestring-progress.cabal view
@@ -1,5 +1,5 @@ Name: bytestring-progress-Version: 1.0.1+Version: 1.0.2 Build-Type: Simple Cabal-Version: >= 1.6 License: BSD3@@ -18,11 +18,10 @@ Library Build-Depends: base >= 4.0 && < 5.0,- time >= 1.1 && < 1.3,+ time >= 1.1 && < 1.5, bytestring >= 0.9 && < 1.0 Exposed-Modules: Data.ByteString.Lazy.Progress source-repository head type: git location: http://github.com/acw/bytestring-progress-