packages feed

byte-count-reader 0.10.1.7 → 0.10.1.8

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

byte-count-reader.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: byte-count-reader-version: 0.10.1.7+version: 0.10.1.8 license: GPL-3.0-only license-file: LICENSE copyright: 2021 Daniel Rolls@@ -16,7 +16,7 @@ extra-source-files:     README.md     ChangeLog.md-tested-with: GHC == 8.10.4+tested-with: GHC == 8.10.7  source-repository head     type: git@@ -36,7 +36,7 @@         extra >=1.6.21 && <1.8,         parsec >=3.1.14.0 && <3.2,         parsec-numbers >=0.1.0 && <0.2,-        text >=1.2.3.2 && <1.3+        text >=1.2.3.2 && <2.1  test-suite haskelltest-test     type: exitcode-stdio-1.0@@ -54,4 +54,4 @@         hspec >=2.7.1 && <2.10,         parsec >=3.1.14.0 && <3.2,         parsec-numbers >=0.1.0 && <0.2,-        text >=1.2.3.2 && <1.3+        text >=1.2.3.2 && <2.1