Date: Monday, July 25, 2022 @ 10:15:56 Author: felixonmars Revision: 1257344
upgpkg: haskell-postgresql-simple 0.6.4-110: rebuild with inspection-testing 0.5, tasty-inspection-testing 0.2 Modified: haskell-postgresql-simple/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-25 10:15:41 UTC (rev 1257343) +++ PKGBUILD 2022-07-25 10:15:56 UTC (rev 1257344) @@ -3,7 +3,7 @@ _hkgname=postgresql-simple pkgname=haskell-postgresql-simple pkgver=0.6.4 -pkgrel=109 +pkgrel=110 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 attoparsec -u base -u hashable -u template-haskell -d bytestring-builder $_hkgname.cabal + uusi -u attoparsec -u base -u hashable -u inspection-testing -u template-haskell -d bytestring-builder $_hkgname.cabal } build() {
