packages feed

Cabal revisions of log-postgres-0.7.0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                log-postgres-version:             0.7.0.2-synopsis:            Structured logging solution (PostgreSQL back end)--description:         PostgreSQL back end for the 'log' library suite.-                     Depends on 'log-base'.--homepage:            https://github.com/scrive/log-license:             BSD3-license-file:        LICENSE-author:              Scrive AB-maintainer:          Andrzej Rybczak <andrzej@rybczak.net>,-                     Jonathan Jouty <jonathan@scrive.com>,-                     Mikhail Glushenkov <mikhail@scrive.com>,-                     Oleg Grenrus <oleg.grenrus@iki.fi>-copyright:           Scrive AB-category:            System-build-type:          Simple-cabal-version:       >=1.10-extra-source-files:  CHANGELOG.md, README.md-tested-with:         GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1--Source-repository head-  Type:     git-  Location: https://github.com/scrive/log.git--library-  exposed-modules:     Log.Backend.PostgreSQL-  build-depends:       base <5,-                       log-base >= 0.7,-                       aeson >=0.11.0.0,-                       aeson-pretty >=0.8.2,-                       bytestring,-                       base64-bytestring,-                       deepseq,-                       hpqtypes >=1.5,-                       http-client,-                       lifted-base,-                       mtl,-                       semigroups,-                       split,-                       text,-                       text-show >= 2,-                       time >= 1.5,-                       unordered-containers,-                       vector-  hs-source-dirs:      src--  ghc-options:         -O2 -Wall -funbox-strict-fields--  default-language:   Haskell2010-  default-extensions: BangPatterns-                    , FlexibleContexts-                    , FlexibleInstances-                    , GeneralizedNewtypeDeriving-                    , LambdaCase-                    , MultiParamTypeClasses-                    , NoImplicitPrelude-                    , OverloadedStrings-                    , RankNTypes-                    , RecordWildCards-                    , ScopedTypeVariables-                    , TypeFamilies-                    , UndecidableInstances+name:                log-postgres
+version:             0.7.0.2
+x-revision: 1
+synopsis:            Structured logging solution (PostgreSQL back end)
+
+description:         PostgreSQL back end for the 'log' library suite.
+                     Depends on 'log-base'.
+
+homepage:            https://github.com/scrive/log
+license:             BSD3
+license-file:        LICENSE
+author:              Scrive AB
+maintainer:          Andrzej Rybczak <andrzej@rybczak.net>,
+                     Jonathan Jouty <jonathan@scrive.com>,
+                     Mikhail Glushenkov <mikhail@scrive.com>,
+                     Oleg Grenrus <oleg.grenrus@iki.fi>
+copyright:           Scrive AB
+category:            System
+build-type:          Simple
+cabal-version:       >=1.10
+extra-source-files:  CHANGELOG.md, README.md
+tested-with:         GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1
+
+Source-repository head
+  Type:     git
+  Location: https://github.com/scrive/log.git
+
+library
+  exposed-modules:     Log.Backend.PostgreSQL
+  build-depends:       base >=4.8 && <5,
+                       log-base >= 0.7,
+                       aeson >=0.11.0.0,
+                       aeson-pretty >=0.8.2,
+                       bytestring,
+                       base64-bytestring,
+                       deepseq,
+                       hpqtypes >=1.5,
+                       http-client,
+                       lifted-base,
+                       mtl,
+                       semigroups,
+                       split,
+                       text,
+                       text-show >= 2,
+                       time >= 1.5,
+                       unordered-containers,
+                       vector
+  hs-source-dirs:      src
+
+  ghc-options:         -O2 -Wall -funbox-strict-fields
+
+  default-language:   Haskell2010
+  default-extensions: BangPatterns
+                    , FlexibleContexts
+                    , FlexibleInstances
+                    , GeneralizedNewtypeDeriving
+                    , LambdaCase
+                    , MultiParamTypeClasses
+                    , NoImplicitPrelude
+                    , OverloadedStrings
+                    , RankNTypes
+                    , RecordWildCards
+                    , ScopedTypeVariables
+                    , TypeFamilies
+                    , UndecidableInstances
revision 2
 name:                log-postgres
 version:             0.7.0.2
-x-revision: 1
+x-revision: 2
 synopsis:            Structured logging solution (PostgreSQL back end)
 
 description:         PostgreSQL back end for the 'log' library suite.
   exposed-modules:     Log.Backend.PostgreSQL
   build-depends:       base >=4.8 && <5,
                        log-base >= 0.7,
-                       aeson >=0.11.0.0,
+                       aeson >=0.11.0.0 && < 1.4.3.0,
                        aeson-pretty >=0.8.2,
                        bytestring,
                        base64-bytestring,
revision 3
 name:                log-postgres
 version:             0.7.0.2
-x-revision: 2
+x-revision: 3
 synopsis:            Structured logging solution (PostgreSQL back end)
 
 description:         PostgreSQL back end for the 'log' library suite.
                        bytestring,
                        base64-bytestring,
                        deepseq,
-                       hpqtypes >=1.5,
+                       hpqtypes >=1.5 && < 1.7,
                        http-client,
                        lifted-base,
                        mtl,