Date: Wednesday, October 5, 2022 @ 21:36:54 Author: felixonmars Revision: 1321691
upgpkg: haskell-hasql-pool 0.6-1: rebuild with hasql-pool 0.6 Modified: haskell-hasql-pool/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-05 21:35:36 UTC (rev 1321690) +++ PKGBUILD 2022-10-05 21:36:54 UTC (rev 1321691) @@ -3,20 +3,21 @@ _hkgname=hasql-pool pkgname=haskell-hasql-pool -pkgver=0.5.2.2 -pkgrel=102 +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 + gen-setup sed -i 's/5432/9824/' test/Main.hs } @@ -24,7 +25,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --disable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script @@ -38,7 +39,7 @@ eval $(pifpaf run postgresql --host 127.0.0.1) createuser -s postgres - #runhaskell Setup test --show-details=direct + runhaskell Setup test --show-details=direct pifpaf_stop }
