log-postgres 0.7.1.4 → 0.7.1.5
raw patch · 2 files changed
+22/−18 lines, 2 filesdep ~aesondep ~aeson-prettydep ~base64-bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, aeson-pretty, base64-bytestring, bytestring, deepseq, hpqtypes, http-client, lifted-base, mtl, semigroups, split, text, text-show, time, unordered-containers, vector
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- log-postgres.cabal +19/−18
CHANGELOG.md view
@@ -1,3 +1,6 @@+# log-postgres-0.7.1.5 (2021-05-28)+* Support GHC 9.0.+ # log-postgres-0.7.1.4 (2020-09-07) * Update bounds of log-base.
log-postgres.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: log-postgres-version: 0.7.1.4+version: 0.7.1.5 synopsis: Structured logging solution (PostgreSQL back end) description: PostgreSQL back end for the 'log' library suite.@@ -18,7 +18,8 @@ category: System build-type: Simple extra-source-files: CHANGELOG.md, README.md-tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2+tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4+ || ==9.0.1 Source-repository head Type: git@@ -27,23 +28,23 @@ library exposed-modules: Log.Backend.PostgreSQL build-depends: base >= 4.9 && < 5- , aeson >= 1.0 && < 1.4 || ^>= 1.4- , aeson-pretty ^>= 0.8- , base64-bytestring ^>= 1.0- , bytestring ^>= 0.10- , deepseq ^>= 1.4- , hpqtypes >= 1.7 && <= 2.0- , http-client >= 0.5 && < 0.6 || ^>= 0.6- , lifted-base ^>= 0.2+ , aeson >= 1.0+ , aeson-pretty >= 0.8+ , base64-bytestring >= 1.0+ , bytestring >= 0.10+ , deepseq >= 1.4+ , hpqtypes >= 1.7+ , http-client >= 0.5+ , lifted-base >= 0.2 , log-base >= 0.7 && < 0.10- , mtl ^>= 2.2- , semigroups >= 0.16 && < 0.19 || ^>= 0.19- , split ^>= 0.2- , text ^>= 1.2- , text-show >= 3.7 && < 3.8 || ^>= 3.8- , time >= 1.6 && < 1.9 || ^>= 1.9- , unordered-containers ^>= 0.2- , vector ^>= 0.12+ , mtl >= 2.2+ , semigroups >= 0.16+ , split >= 0.2+ , text >= 1.2+ , text-show >= 3.7+ , time >= 1.6+ , unordered-containers >= 0.2+ , vector >= 0.12 hs-source-dirs: src