packages feed

consumers 2.0 → 2.0.0.1

raw patch · 1 files changed

+13/−6 lines, 1 filesdep +log-basedep −lognew-uploaderPVP ok

version bump matches the API change (PVP)

Dependencies added: log-base

Dependencies removed: log

API changes (from Hackage documentation)

Files

consumers.cabal view
@@ -1,19 +1,26 @@ name:               consumers-version:            2.0+version:            2.0.0.1 synopsis:           Concurrent PostgreSQL data consumers-description:        Library for setting up concurrent consumers of data stored inside PostgreSQL database in a simple, declarative manner.++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>+author:             Scrive AB+maintainer:         Andrzej Rybczak <andrzej@rybczak.net>,+                    Jonathan Jouty <jonathan@scrive.com>+copyright:          Scrive AB category:           Concurrency, Database build-type:         Simple cabal-version:      >=1.10+tested-with:        GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1  Source-repository head   Type:             git-  Location:         https://github.com/scrive/consumers+  Location:         https://github.com/scrive/consumers.git  library   exposed-modules:  Database.PostgreSQL.Consumers,@@ -28,7 +35,7 @@                     hpqtypes >=1.5,                     lifted-base,                     lifted-threads,-                    log >= 0.4,+                    log-base >= 0.7,                     monad-control,                     mtl,                     stm,