hasql-notifications 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+2/−3 lines, 1 filesdep −contravariantdep ~hasql-poolPVP ok
version bump matches the API change (PVP)
Dependencies removed: contravariant
Dependency ranges changed: hasql-pool
API changes (from Hackage documentation)
Files
hasql-notifications.cabal view
@@ -1,5 +1,5 @@ name: hasql-notifications-version: 0.2.0.0+version: 0.2.0.1 synopsis: LISTEN/NOTIFY support for Hasql description: Use PostgreSQL Asynchronous notification support with your Hasql Types. homepage: https://github.com/diogob/hasql-notifications@@ -19,11 +19,10 @@ build-depends: base >= 4.7 && < 5 , bytestring >= 0.10.8.2 , text >= 1.2.3.1 && < 1.3- , hasql-pool >= 0.4 && < 0.6+ , hasql-pool >= 0.4 && < 0.8 , bytestring >= 0.10 , postgresql-libpq >= 0.9 && < 1.0 , hasql >= 0.19- , contravariant >= 1.5.2 && < 1.6 default-language: Haskell2010 ghc-options: -Wall