Date: Sunday, February 20, 2022 @ 23:15:54 Author: felixonmars Revision: 1135480
upgpkg: haskell-postgresql-simple 0.6.4-72: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1 Modified: haskell-postgresql-simple/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-20 23:13:39 UTC (rev 1135479) +++ PKGBUILD 2022-02-20 23:15:54 UTC (rev 1135480) @@ -3,7 +3,7 @@ _hkgname=postgresql-simple pkgname=haskell-postgresql-simple pkgver=0.6.4 -pkgrel=71 +pkgrel=72 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 template-haskell -d bytestring-builder $_hkgname.cabal + uusi -u attoparsec -u base -u hashable -u template-haskell -d bytestring-builder $_hkgname.cabal } build() {
