hedis-tags 0.2.2 → 0.2.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- hedis-tags.cabal +2/−2
hedis-tags.cabal view
@@ -1,5 +1,5 @@ name: hedis-tags-version: 0.2.2 +version: 0.2.3 cabal-version: >= 1.8 build-type: Simple stability: Experimental@@ -19,7 +19,7 @@ library hs-source-dirs: src build-depends: base >= 4 && < 5,- bytestring >= 0.9 && < 0.10,+ bytestring >= 0.9 && < 0.11, hedis >= 0.6 && < 0.7 ghc-options: -Wall exposed-modules: Database.Redis.Tags