packages feed

human-readable-duration 0.2.1.2 → 0.2.1.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~Globdep ~criteriondep ~doctestPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Glob, criterion, doctest

API changes (from Hackage documentation)

Files

human-readable-duration.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: human-readable-duration-version: 0.2.1.2+version: 0.2.1.3 license: BSD3 license-file: LICENSE maintainer: yann.esposito@gmail.com@@ -48,9 +48,9 @@     ghc-options: -Wall     build-depends:         base >=4.7 && <5,-        Glob >=0.7 && <0.10,+        Glob >=0.7,         human-readable-duration -any,-        doctest >=0.9.12 && <0.17+        doctest >=0.9.12  benchmark hrd-bench     type: exitcode-stdio-1.0@@ -60,5 +60,5 @@     ghc-options: -Wall -threaded     build-depends:         base >=4.7 && <5,-        criterion >=1.1.0.0 && <1.6,+        criterion >=1.1.0.0,         human-readable-duration -any