Date: Monday, June 6, 2022 @ 17:17:38 Author: felixonmars Revision: 1226909
revert resource-pool update: incompatible with hasql-pool Modified: haskell-resource-pool/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-06 17:17:09 UTC (rev 1226908) +++ PKGBUILD 2022-06-06 17:17:38 UTC (rev 1226909) @@ -3,28 +3,25 @@ _hkgname=resource-pool pkgname=haskell-resource-pool -pkgver=0.3.0.0 -pkgrel=1 +pkgver=0.2.3.2 +pkgrel=243 pkgdesc="A high-performance striped resource pooling implementation" -url="https://github.com/scrive/pool" +url="https://github.com/bos/pool" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-primitive') -makedepends=('ghc' 'uusi') +depends=('ghc-libs' "haskell-hashable" "haskell-monad-control" + "haskell-transformers-base" "haskell-vector") +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('9d091125d52c36b8bc49710e506f8e9d6e77ee9254ed0e323c34e5a0b46d6315d81030faa02f3fd37a9f6679ce3f74502716d1e7367adb120f1b19d2ef95e5be') +sha512sums=('42b0bb6dea35c08884f65604acc0dd93707b8d4de780c584877e92fbfe534d4f754282e9c9f7257c203f1152d85ac8170f84ee9a95573343d02a774006c4118b') -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 + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ + -f-developer runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
