Date: Wednesday, September 16, 2020 @ 19:05:06 Author: felixonmars Revision: 708204
upgpkg: haskell-postgresql-binary 0.12.3-35: rebuild with rebase 1.7.1.1, rerebase 1.7.1.1 Modified: haskell-postgresql-binary/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-16 19:02:03 UTC (rev 708203) +++ PKGBUILD 2020-09-16 19:05:06 UTC (rev 708204) @@ -4,7 +4,7 @@ _hkgname=postgresql-binary pkgname=haskell-postgresql-binary pkgver=0.12.3 -pkgrel=34 +pkgrel=35 pkgdesc="Encoders and decoders for the PostgreSQL's binary format" url="https://github.com/nikita-volkov/postgresql-binary" license=("MIT") @@ -24,6 +24,9 @@ cd $_hkgname-$pkgver # Do not use default postgres port sed -i 's/5432/9824/' tasty/Main/DB.hs + + # rebase 1.7.1.1 + sed -i 's/import Main.Prelude/import Main.Prelude hiding (unit)/' tasty/Main/DB.hs } build() {
