log-postgres 0.8.0.0 → 0.8.0.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~hpqtypesnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hpqtypes
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- log-postgres.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,6 @@+# log-postgres-0.8.0.1 (2021-07-29)+* Fix compilation issues caused by ambiguos occurence of `controlT`.+ # log-postgres-0.8.0.0 (2021-06-09) * Stop putting `insertion_time` and `insertion_order` in PostgreSQL.
log-postgres.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: log-postgres-version: 0.8.0.0+version: 0.8.0.1 synopsis: Structured logging solution (PostgreSQL back end) description: PostgreSQL back end for the 'log' library suite.@@ -33,7 +33,7 @@ , base64-bytestring >= 1.0 , bytestring >= 0.10 , deepseq >= 1.4- , hpqtypes >= 1.7+ , hpqtypes >= 1.9.1.2 , http-client >= 0.5 , lifted-base >= 0.2 , log-base >= 0.10 && < 0.11