hlrdb 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~cryptonitedep ~hashabledep ~hedisPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: cryptonite, hashable, hedis, hlrdb-core, memory, store, time, unordered-containers
API changes (from Hackage documentation)
Files
- hlrdb.cabal +3/−3
hlrdb.cabal view
@@ -1,5 +1,5 @@ name: hlrdb-version: 0.2.0.0+version: 0.2.0.1 synopsis: High-level Redis Database description: A library for type-driven interaction with Redis license: MIT@@ -22,13 +22,13 @@ base >= 4.9 && < 5.0 , base64-bytestring ^>= 1.0.0.1 , bytestring ^>= 0.10.8.1- , cryptonite ^>= 0.24+ , cryptonite (>= 0.24 && < 0.25) || ^>= 0.25 , hashable ^>= 1.2.6.1 , hedis ^>= 0.10.1 , hlrdb-core ^>= 0.1.1 , memory ^>= 0.14.8 , random ^>= 1.1- , store ^>= 0.4.3.2+ , store ^>= 0.5.0 , time (>=1.6 && <1.9.1) || ^>= 1.9.1 , unordered-containers ^>= 0.2.8.0 hs-source-dirs: src