packages feed

log-postgres 0.8.0.1 → 0.8.0.2

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~aesondep ~log-basenew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, log-base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,6 @@+# log-postgres-0.8.0.2 (2021-10-11)+* Make compatible with log-base-0.11.0.0.+ # log-postgres-0.8.0.1 (2021-07-29) * Fix compilation issues caused by ambiguos occurence of `controlT`. 
log-postgres.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.0 name:                log-postgres-version:             0.8.0.1+version:             0.8.0.2 synopsis:            Structured logging solution (PostgreSQL back end)  description:         PostgreSQL back end for the 'log' library suite.@@ -28,7 +28,7 @@ library   exposed-modules:    Log.Backend.PostgreSQL   build-depends:      base                  >= 4.9  && < 5-                    , aeson                 >= 1.0+                    , aeson                 >= 1.0 && < 1.6                     , aeson-pretty          >= 0.8                     , base64-bytestring     >= 1.0                     , bytestring            >= 0.10@@ -36,7 +36,7 @@                     , hpqtypes              >= 1.9.1.2                     , http-client           >= 0.5                     , lifted-base           >= 0.2-                    , log-base              >= 0.10  && < 0.11+                    , log-base              >= 0.10  && < 0.12                     , mtl                   >= 2.2                     , semigroups            >= 0.16                     , split                 >= 0.2