hasql-notifications 0.2.0.3 → 0.2.0.4
raw patch · 2 files changed
+2/−3 lines, 2 filesdep ~hasql-poolPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hasql-pool
API changes (from Hackage documentation)
Files
- README.md +0/−1
- hasql-notifications.cabal +2/−2
README.md view
@@ -1,6 +1,5 @@ # hasql-notifications -[](https://matrix.hackage.haskell.org/package/postgres-websockets) See documentation for the module [Hasql.Notifications](https://hackage.haskell.org/package/hasql-notifications/docs/Hasql-Notifications.html) on the [Hackage page](https://hackage.haskell.org/package/hasql-notifications).
hasql-notifications.cabal view
@@ -1,5 +1,5 @@ name: hasql-notifications-version: 0.2.0.3+version: 0.2.0.4 synopsis: LISTEN/NOTIFY support for Hasql description: Use PostgreSQL Asynchronous notification support with your Hasql Types. homepage: https://github.com/diogob/hasql-notifications@@ -19,7 +19,7 @@ build-depends: base >= 4.7 && < 5 , bytestring >= 0.10.8.2 , text >= 1.2.3.1 && < 2.2- , hasql-pool >= 0.4 && < 0.9+ , hasql-pool >= 0.4 && < 0.10 , bytestring >= 0.10 , postgresql-libpq >= 0.9 && < 1.0 , hasql >= 0.19