Date: Tuesday, October 16, 2018 @ 17:13:20 Author: felixonmars Revision: 394705
upgpkg: haskell-postgresql-binary 0.12.1.1-55 rebuild with ghc 8.6.1 Modified: haskell-postgresql-binary/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-16 17:09:08 UTC (rev 394704) +++ PKGBUILD 2018-10-16 17:13:20 UTC (rev 394705) @@ -4,7 +4,7 @@ _hkgname=postgresql-binary pkgname=haskell-postgresql-binary pkgver=0.12.1.1 -pkgrel=54 +pkgrel=55 pkgdesc="Encoders and decoders for the PostgreSQL's binary format" url="https://github.com/nikita-volkov/postgresql-binary" license=("MIT") @@ -20,6 +20,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('386079b1816861da9e6e57e6ff6e30d3e01865102418173fc0e69145d924114b69d1ca99134158168c354d4fdac74bbb54d591849f87ed24548ef31fe22e04d1') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/== *0.5/==0.6/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
