Date: Monday, October 10, 2022 @ 14:21:22 Author: felixonmars Revision: 1326042
upgpkg: haskell-postgresql-simple 0.6.4-136: rebuild with vector 0.13.0.0 Modified: haskell-postgresql-simple/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:21:14 UTC (rev 1326041) +++ PKGBUILD 2022-10-10 14:21:22 UTC (rev 1326042) @@ -3,7 +3,7 @@ _hkgname=postgresql-simple pkgname=haskell-postgresql-simple pkgver=0.6.4 -pkgrel=135 +pkgrel=136 pkgdesc="Mid-Level PostgreSQL client library" url="http://github.com/haskellari/postgresql-simple" license=("BSD") @@ -19,7 +19,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u aeson -u attoparsec -u base -u hashable -u inspection-testing -u template-haskell -d bytestring-builder $_hkgname.cabal + uusi -u aeson -u attoparsec -u base -u hashable -u inspection-testing -u template-haskell -u vector -d bytestring-builder $_hkgname.cabal } build() {
