packages feed

byte-count-reader 0.10.1.2 → 0.10.1.3

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec

API changes (from Hackage documentation)

Files

README.md view
@@ -1,7 +1,7 @@ # Byte Count Reader ------------------- -[![Build Status](https://travis-ci.org/danielrolls/byte-count-reader.svg?branch=master)](https://travis-ci.org/danielrolls/byte-count-reader)+[![Build Status](https://travis-ci.com/danielrolls/byte-count-reader.svg?branch=master)](https://travis-ci.com/danielrolls/byte-count-reader) [![Hackage](https://img.shields.io/hackage/v/byte-count-reader.svg)][hackage]  This library is for reading strings describing a number of bytes like 2Kb and 0.5 MiB.
byte-count-reader.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               byte-count-reader-version:            0.10.1.2+version:            0.10.1.3 license:            GPL-3.0-only license-file:       LICENSE copyright:          2020 Daniel Rolls@@ -52,7 +52,7 @@         base >=4.7 && <5,         byte-count-reader -any,         extra >=1.6.21 && <1.8,-        hspec >=2.7.1 && <2.8,+        hspec >=2.7.1 && <2.9,         parsec >=3.1.14.0 && <3.2,         parsec-numbers >=0.1.0 && <0.2,         text >=1.2.3.2 && <1.3