Date: Monday, June 6, 2022 @ 16:47:01 Author: felixonmars Revision: 1226831
upgpkg: haskell-resource-pool 0.3.0.0-1: rebuild with resource-pool 0.3.0.0 Modified: haskell-resource-pool/trunk/PKGBUILD ----------+ PKGBUILD | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-06 16:41:49 UTC (rev 1226830) +++ PKGBUILD 2022-06-06 16:47:01 UTC (rev 1226831) @@ -3,25 +3,28 @@ _hkgname=resource-pool pkgname=haskell-resource-pool -pkgver=0.2.3.2 -pkgrel=243 +pkgver=0.3.0.0 +pkgrel=1 pkgdesc="A high-performance striped resource pooling implementation" -url="https://github.com/bos/pool" +url="https://github.com/scrive/pool" license=("BSD") arch=('x86_64') -depends=('ghc-libs' "haskell-hashable" "haskell-monad-control" - "haskell-transformers-base" "haskell-vector") -makedepends=('ghc') +depends=('ghc-libs' 'haskell-primitive') +makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('42b0bb6dea35c08884f65604acc0dd93707b8d4de780c584877e92fbfe534d4f754282e9c9f7257c203f1152d85ac8170f84ee9a95573343d02a774006c4118b') +sha512sums=('9d091125d52c36b8bc49710e506f8e9d6e77ee9254ed0e323c34e5a0b46d6315d81030faa02f3fd37a9f6679ce3f74502716d1e7367adb120f1b19d2ef95e5be') +prepare() { + cd $_hkgname-$pkgver + gen-setup +} + build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ - -f-developer + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
