packages feed

keyed-vals-redis 0.1.0.0 → 0.2.0.0

raw patch · 3 files changed

+19/−5 lines, 3 filesdep ~keyed-valsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: keyed-vals

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,13 @@  `keyed-vals-redis` uses [PVP Versioning][1]. ++## 0.2.0.0 -- 2022-12-15++Update major version to reflect the correpsonding version update to the+keyed-vals package++* Initial version. ## 0.1.0.0 -- 2022-11-28  * Initial version.
README.md view
@@ -17,5 +17,5 @@ [hackage-deps]:       <http://packdeps.haskellers.com/feed?needle=keyed-vals-redis> [hackage-badge]:      <https://img.shields.io/hackage/v/keyed-vals-redis.svg> [hackage]:            <https://hackage.haskell.org/package/keyed-vals-redis>-[Handle]:             <https://hackage.haskell.org/package/keyed-vals>+[Handle]:             <https://hackage.haskell.org/package/keyed-vals-0.1.0.0/docs/KeyedVals-Handle.html> [Redis]:              <https://redis.io>
keyed-vals-redis.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               keyed-vals-redis-version:            0.1.0.0+version:            0.2.0.0 license:            BSD-3-Clause license-file:       LICENSE maintainer:         adetokunbo@emio.la@@ -18,9 +18,16 @@   I.e, while Redis supports many features; the abstract Handle in keyed-vals   just supports operations that access collections of key-values -  This package provides a concrete implementation of Handle that uses Redis as-  the underlying storage service.+  Also, keyed-vals provides a typed interface to a storage backend that allows+  the path in the storage backend to be declaratively linked to the types of+  data stored via a straightforward typeclass declaration. +  Read this [short example](https://github.com/adetokunbo/keyed-vals/tree/main/keyed-vals#example)+  for an introduction its usage.++  This package, keyed-vals-redis, provides a concrete implementation of Handle+  that uses Redis as the underlying storage service.+ category:           Data, Redis build-type:         Simple extra-source-files:@@ -42,7 +49,7 @@     , bytestring     >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12     , containers     >=0.6.5    && <0.7     , hedis          >= 0.15.1  && < 0.16-    , keyed-vals     >=0.1      && <0.2+    , keyed-vals     >=0.1      && <0.3     , read-env-var   >= 1.0.0   && < 1.1     , text           >=1.2.4    && <1.3  || >=2.0     , unliftio       >=0.2.22   && <0.3