log-postgres 0.7.1.3 → 0.7.1.4
raw patch · 2 files changed
+16/−14 lines, 2 filesdep ~aesondep ~log-basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, log-base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- log-postgres.cabal +13/−14
CHANGELOG.md view
@@ -1,3 +1,6 @@+# log-postgres-0.7.1.4 (2020-09-07)+* Update bounds of log-base.+ # log-postgres-0.7.1.3 (2020-05-08) * Support latest hpqtypes.
log-postgres.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: log-postgres-version: 0.7.1.3+version: 0.7.1.4 synopsis: Structured logging solution (PostgreSQL back end) description: PostgreSQL back end for the 'log' library suite.@@ -18,7 +18,7 @@ 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.3 || ==8.10.1+tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 Source-repository head Type: git@@ -27,28 +27,27 @@ library exposed-modules: Log.Backend.PostgreSQL build-depends: base >= 4.9 && < 5- , log-base >= 0.7 && < 0.8 || ^>= 0.8 , aeson >= 1.0 && < 1.4 || ^>= 1.4- , bytestring ^>= 0.10- , deepseq ^>= 1.4- , text ^>= 1.2- , time >= 1.6 && < 1.9 || ^>= 1.9- , unordered-containers ^>= 0.2- , vector ^>= 0.12 , aeson-pretty ^>= 0.8 , base64-bytestring ^>= 1.0+ , bytestring ^>= 0.10+ , deepseq ^>= 1.4 , hpqtypes >= 1.7 && <= 2.0- , mtl ^>= 2.2+ , http-client >= 0.5 && < 0.6 || ^>= 0.6 , lifted-base ^>= 0.2+ , log-base >= 0.7 && < 0.10+ , mtl ^>= 2.2 , semigroups >= 0.16 && < 0.19 || ^>= 0.19- , text-show >= 3.7 && < 3.8 || ^>= 3.8- , http-client >= 0.5 && < 0.6 || ^>= 0.6- , log-base >= 0.7 && < 0.8 || ^>= 0.8 , 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 hs-source-dirs: src - ghc-options: -O2 -Wall -funbox-strict-fields+ ghc-options: -Wall default-language: Haskell2010 default-extensions: BangPatterns