packages feed

hasql-notifications 0.2.0.1 → 0.2.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

hasql-notifications.cabal view
@@ -1,5 +1,5 @@ name:                hasql-notifications-version:             0.2.0.1+version:             0.2.0.2 synopsis:            LISTEN/NOTIFY support for Hasql description:         Use PostgreSQL Asynchronous notification support with your Hasql Types. homepage:            https://github.com/diogob/hasql-notifications@@ -18,7 +18,7 @@   exposed-modules:     Hasql.Notifications   build-depends:       base >= 4.7 && < 5                      , bytestring >= 0.10.8.2-                     , text >= 1.2.3.1 && < 1.3+                     , text >= 1.2.3.1 && < 2.2                      , hasql-pool >= 0.4 && < 0.8                      , bytestring >= 0.10                      , postgresql-libpq >= 0.9 && < 1.0