Date: Monday, June 6, 2022 @ 16:58:03 Author: felixonmars Revision: 1226845
upgpkg: haskell-hasql-notifications 0.2.0.0-126: rebuild with hasql-pool 0.6, resource-pool 0.3.0.0 Modified: haskell-hasql-notifications/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-06 16:57:56 UTC (rev 1226844) +++ PKGBUILD 2022-06-06 16:58:03 UTC (rev 1226845) @@ -3,7 +3,7 @@ _hkgname=hasql-notifications pkgname=haskell-hasql-notifications pkgver=0.2.0.0 -pkgrel=125 +pkgrel=126 pkgdesc="LISTEN/NOTIFY support for Hasql" url="https://github.com/diogob/hasql-notifications" license=("BSD") @@ -10,10 +10,15 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-contravariant' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-postgresql-libpq') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'pifpaf' 'postgresql') +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'pifpaf' 'postgresql') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha256sums=('b133e38b7a27e66385332791bb03c4a3cf4f85994412318d08cd820577db3ffe') +prepare() { + cd $_hkgname-$pkgver + uusi -u hasql-pool $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
