log-postgres 0.7.1.1 → 0.7.1.3
raw patch · 2 files changed
+7/−6 lines, 2 filesdep ~basedep ~hpqtypesnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, hpqtypes
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- log-postgres.cabal +4/−6
CHANGELOG.md view
@@ -1,3 +1,6 @@+# log-postgres-0.7.1.3 (2020-05-08)+* Support latest hpqtypes.+ # log-postgres-0.7.1.1 (2019-05-23) * Support latest hpqtypes.
log-postgres.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: log-postgres-version: 0.7.1.1+version: 0.7.1.3 synopsis: Structured logging solution (PostgreSQL back end) description: PostgreSQL back end for the 'log' library suite.@@ -18,8 +18,7 @@ category: System build-type: Simple extra-source-files: CHANGELOG.md, README.md-tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4,- GHC == 8.6.5+tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1 Source-repository head Type: git@@ -27,10 +26,9 @@ library exposed-modules: Log.Backend.PostgreSQL- build-depends: base >= 4.9 && < 4.12 || ^>= 4.12+ build-depends: base >= 4.9 && < 5 , log-base >= 0.7 && < 0.8 || ^>= 0.8 , aeson >= 1.0 && < 1.4 || ^>= 1.4- , hpqtypes ^>= 1.7 , bytestring ^>= 0.10 , deepseq ^>= 1.4 , text ^>= 1.2@@ -39,7 +37,7 @@ , vector ^>= 0.12 , aeson-pretty ^>= 0.8 , base64-bytestring ^>= 1.0- , hpqtypes ^>= 1.7+ , hpqtypes >= 1.7 && <= 2.0 , mtl ^>= 2.2 , lifted-base ^>= 0.2 , semigroups >= 0.16 && < 0.19 || ^>= 0.19