| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update postgresql-libpq to version 0.9.4.3 revision 2. Upstream has revised the Cabal build instructions on Hackage.
- Update postgresql-libpq to version 0.9.4.3 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- disable %{ix86} build
- Update postgresql-libpq to version 0.9.4.3. 0.9.4.3 - ------ - Support `bytestring-0.11` - Allow `Win32-2.10.0.0` - Make `PQconsumeInput` FFI call `safe`
- Update postgresql-libpq to version 0.9.4.2 revision 2. Upstream has revised the Cabal build instructions on Hackage.
- Replace %setup -q with the more modern %autosetup macro.
- Add postgresql-libpq at version 0.9.4.2.
- Update postgresql-libpq to version 0.10.1.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- 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)
- Update postgresql-libpq to version 0.10.0.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- 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).
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
- Update postgresql-libpq to version 0.9.5.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- 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)
- Update postgresql-libpq to version 0.9.4.3 revision 3. Upstream has revised the Cabal build instructions on Hackage.
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 0.9.3.1 with cabal2obs.
- Update to version 0.9.3.0 with cabal2obs.
- Update to version 0.9.2.0 revision 0 with cabal2obs.
- Update to version 0.9.1.1 revision 0 with cabal2obs.