hasql-listen-notify 0.1.0 → 0.1.0.1
raw patch · 2 files changed
+13/−9 lines, 2 filesdep ~basedep ~hasqldep ~postgresql-libpqPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, hasql, postgresql-libpq
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−2
- hasql-listen-notify.cabal +7/−7
CHANGELOG.md view
@@ -1,3 +1,7 @@-## [0.1.0] - 2023-01-23+## [0.1.0.1] - December 27, 2023 -Initial release.+- Move `CHANGELOG.md` and `README.md` from `extra-source-files` to `extra-doc-files`.++## [0.1.0] - January 23, 2023++- Initial release.
hasql-listen-notify.cabal view
@@ -11,10 +11,10 @@ maintainer: Mitchell Rosen <mitchellwrosen@gmail.com>, Travis Staton <hello@travisstaton.com> name: hasql-listen-notify synopsis: LISTEN/NOTIFY with hasql-tested-with: GHC == 9.0.2, GHC == 9.2.5, GHC == 9.4.4-version: 0.1.0+tested-with: GHC == 9.4.8, GHC == 9.6.3, GHC == 9.8.1+version: 0.1.0.1 -extra-source-files:+extra-doc-files: CHANGELOG.md README.md @@ -24,12 +24,12 @@ library build-depends:- base ^>= 4.15 || ^>= 4.16 || ^>= 4.17,- bytestring ^>= 0.10 || ^>= 0.11,+ base ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19,+ bytestring ^>= 0.10 || ^>= 0.11 || ^>= 0.12, hasql ^>= 1.6, mtl ^>= 2.2 || ^>= 2.3.1,- postgresql-libpq ^>= 0.9.4.3,- text ^>= 1.2.5.0 || ^>= 2.0,+ postgresql-libpq ^>= 0.9.4.3 || ^>= 0.10,+ text ^>= 1.2.5.0 || ^>= 2.0 || ^>= 2.1, default-extensions: BlockArguments DeriveGeneric