Package Release Info

ghc-postgresql-libpq-0.10.1.0-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-postgresql-libpq
ghc-postgresql-libpq-devel
ghc-postgresql-libpq-doc
ghc-postgresql-libpq-prof

Change Logs

* Tue Jul 09 2024 Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>
- 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 <psimons@suse.com>
- 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 <psimons@suse.com>
- 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 <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Wed Mar 29 2023 Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>
- 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 <psimons@suse.com>
- Update postgresql-libpq to version 0.9.4.3 revision 3.
  Upstream has revised the Cabal build instructions on Hackage.