Date: Monday, June 6, 2022 @ 16:55:46 Author: felixonmars Revision: 1226839
upgpkg: haskell-hasql-pool 0.6-1: rebuild with hasql-pool 0.6, resource-pool 0.3.0.0 Modified: haskell-hasql-pool/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-06 16:52:22 UTC (rev 1226838) +++ PKGBUILD 2022-06-06 16:55:46 UTC (rev 1226839) @@ -3,21 +3,22 @@ _hkgname=hasql-pool pkgname=haskell-hasql-pool -pkgver=0.5.2.2 -pkgrel=46 +pkgver=0.6 +pkgrel=1 pkgdesc="A pool of connections for Hasql" url="https://github.com/nikita-volkov/hasql-pool" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 'haskell-resource-pool') -makedepends=('ghc' 'haskell-hspec') +depends=('ghc-libs' 'haskell-hasql') +makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-rerebase') checkdepends=('pifpaf' 'postgresql') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('4e3336ab6fac3b2023f83f28e53a2d44cc961f164e51d1420fba3745d95e874c7f2300358b3a8568bef1506d46f468343e78b58f7c1d39a3673a7565cefc2092') +sha512sums=('0995695b744ee9bf9fba1be0e8a4302fc234d8a59098f2c8bd237fec44c3b2b4e24dfd337a2b2fee6a1ee74c1953ad25b4d8c81692fb76fb59fdeb4ebf9bfd23') prepare() { cd $_hkgname-$pkgver sed -i 's/5432/9824/' test/Main.hs + gen-setup } build() {
