Changelog for
ghc-postgresql-libpq-devel-0.10.1.0-7.5.x86_64.rpm :
* Tue Jul 09 2024 Peter Simons
- Update postgresql-libpq to version 0.10.1.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Thu Apr 18 2024 Peter Simons - Update postgresql-libpq to version 0.10.1.0. 0.10.1.0 - ------- - Fix issue with empty binary values (https://github.com/haskellari/postgresql-libpq/issues/54)
* Sun Nov 19 2023 Peter Simons - Update postgresql-libpq to version 0.10.0.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Sun Jul 30 2023 Peter Simons - Update postgresql-libpq to version 0.10.0.0. 0.10.0.0 - ------- There are technicallly two breaking changes in this release, but they shouldn\'t affect anyone not doing anything weird. - Binary parameters are passed without copying. - FFI functions are imported without `unsafe`. Most uses were incorrect. We make all calls \"safe\", as checking whether libpq functions do IO or may call a notifier (potentially calling back into Haskell), is virtually impossible for all versions of libpq. (The above properties are not specified in the documentation).
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Wed Mar 29 2023 Peter Simons - Update postgresql-libpq to version 0.9.5.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Thu Jan 05 2023 Peter Simons - Update postgresql-libpq to version 0.9.5.0. 0.9.5.0 - ------ - Drop support for GHCs prior 8.6 - Require libpq >=10.22 (when using pkgconfig). - Use CApiFFI for some parts of the API (we cannot use for all due https://gitlab.haskell.org/ghc/ghc/-/issues/22043)
* Sun Oct 09 2022 Peter Simons - Update postgresql-libpq to version 0.9.4.3 revision 3. Upstream has revised the Cabal build instructions on Hackage.
* Mon Nov 15 2021 psimonsAATTsuse.com- Update postgresql-libpq to version 0.9.4.3 revision 2. Upstream has revised the Cabal build instructions on Hackage.
* Sun Feb 21 2021 psimonsAATTsuse.com- Update postgresql-libpq to version 0.9.4.3 revision 1. Upstream has revised the Cabal build instructions on Hackage.