packages feed

ascii-string 1.0.1.3 → 1.0.1.4

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~primitivedep ~primitive-extrasPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: primitive, primitive-extras

API changes (from Hackage documentation)

Files

ascii-string.cabal view
@@ -1,5 +1,5 @@ name: ascii-string-version: 1.0.1.3+version: 1.0.1.4 synopsis: Compact representation of ASCII strings description:   ASCII strings stored using just 7 bits per character.@@ -31,8 +31,8 @@     deferred-folds >=0.9 && <0.10,     foldl >=1.4 && <2,     hashable >=1.2.7 && <2,-    primitive >=0.6.4 && <0.7,-    primitive-extras >=0.7 && <0.8+    primitive >=0.7 && <0.8,+    primitive-extras >=0.8 && <0.9  test-suite test   type: exitcode-stdio-1.0