packages feed

co-log-json 0.1.0.0 → 0.1.0.2

raw patch · 1 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: aeson, bytestring, text

API changes (from Hackage documentation)

Files

co-log-json.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                co-log-json-version:             0.1.0.0+version:             0.1.0.2 synopsis:            Structured messages support in co-log ecosystem. description: @@ -70,9 +70,9 @@     FlexibleContexts   build-depends:       base >=4.11 && <5-    , aeson >= 2.0 && < 2.2-    , bytestring >=0.10 && < 0.12-    , text >=1.2 && < 2.1+    , aeson >= 2.0 && < 2.3+    , bytestring >=0.10 && < 0.13+    , text >=1.2 && < 2.2     , containers ^>=0.6     , co-log-core >=0.2 && < 0.4     , string-conv >=0.1 && < 0.3