Package Release Info

ghc-postgresql-libpq-0.9.3.1-bp150.2.6

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-postgresql-libpq
ghc-postgresql-libpq-devel

Change Logs

Version: 0.10.1.0-bp160.1.13
* 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.
Version: 0.9.3.1-bp150.2.5
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu May 18 2017 psimons@suse.com
- Update to version 0.9.3.1 with cabal2obs.
* Wed Jan 18 2017 psimons@suse.com
- Update to version 0.9.3.0 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 0.9.2.0 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.9.1.1 revision 0 with cabal2obs.