packages feed

Cabal revisions of consumers-2.0

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

revision 1
-name:               consumers-version:            2.0-synopsis:           Concurrent PostgreSQL data consumers-description:        Library for setting up concurrent consumers of data stored inside PostgreSQL database in a simple, declarative manner.-homepage:           https://github.com/scrive/consumers-license:            BSD3-license-file:       LICENSE-author:             Scrive-maintainer:         Andrzej Rybczak <andrzej@rybczak.net>-category:           Concurrency, Database-build-type:         Simple-cabal-version:      >=1.10--Source-repository head-  Type:             git-  Location:         https://github.com/scrive/consumers--library-  exposed-modules:  Database.PostgreSQL.Consumers,-                    Database.PostgreSQL.Consumers.Config,-                    Database.PostgreSQL.Consumers.Consumer,-                    Database.PostgreSQL.Consumers.Components,-                    Database.PostgreSQL.Consumers.Utils--  build-depends:    base <5,-                    containers,-                    exceptions,-                    hpqtypes >=1.5,-                    lifted-base,-                    lifted-threads,-                    log >= 0.4,-                    monad-control,-                    mtl,-                    stm,-                    time,-                    transformers-base--  hs-source-dirs:   src--  ghc-options:      -O2 -Wall -funbox-strict-fields--  default-language: Haskell2010-  default-extensions: DeriveDataTypeable-                    , FlexibleContexts-                    , GeneralizedNewtypeDeriving-                    , NoImplicitPrelude-                    , OverloadedStrings-                    , RankNTypes-                    , RecordWildCards-                    , ScopedTypeVariables-                    , TupleSections-                    , TypeFamilies-                    , UndecidableInstances+name:               consumers
+version:            2.0
+x-revision: 1
+synopsis:           Concurrent PostgreSQL data consumers
+description:        Library for setting up concurrent consumers of data stored inside PostgreSQL database in a simple, declarative manner.
+homepage:           https://github.com/scrive/consumers
+license:            BSD3
+license-file:       LICENSE
+author:             Scrive
+maintainer:         Andrzej Rybczak <andrzej@rybczak.net>, Jonathan Jouty <jonathan@scrive.com>
+category:           Concurrency, Database
+build-type:         Simple
+cabal-version:      >=1.10
+
+Source-repository head
+  Type:             git
+  Location:         https://github.com/scrive/consumers
+
+library
+  exposed-modules:  Database.PostgreSQL.Consumers,
+                    Database.PostgreSQL.Consumers.Config,
+                    Database.PostgreSQL.Consumers.Consumer,
+                    Database.PostgreSQL.Consumers.Components,
+                    Database.PostgreSQL.Consumers.Utils
+
+  build-depends:    base <5,
+                    containers,
+                    exceptions,
+                    hpqtypes >=1.5,
+                    lifted-base,
+                    lifted-threads,
+                    log >= 0.4,
+                    monad-control,
+                    mtl,
+                    stm,
+                    time,
+                    transformers-base
+
+  hs-source-dirs:   src
+
+  ghc-options:      -O2 -Wall -funbox-strict-fields
+
+  default-language: Haskell2010
+  default-extensions: DeriveDataTypeable
+                    , FlexibleContexts
+                    , GeneralizedNewtypeDeriving
+                    , NoImplicitPrelude
+                    , OverloadedStrings
+                    , RankNTypes
+                    , RecordWildCards
+                    , ScopedTypeVariables
+                    , TupleSections
+                    , TypeFamilies
+                    , UndecidableInstances
revision 2
 name:               consumers
 version:            2.0
-x-revision: 1
+x-revision: 2
 synopsis:           Concurrent PostgreSQL data consumers
 description:        Library for setting up concurrent consumers of data stored inside PostgreSQL database in a simple, declarative manner.
 homepage:           https://github.com/scrive/consumers
   build-depends:    base <5,
                     containers,
                     exceptions,
-                    hpqtypes >=1.5,
+                    hpqtypes >=1.5 && < 1.6,
                     lifted-base,
                     lifted-threads,
                     log >= 0.4,