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