Date: Wednesday, May 16, 2018 @ 20:09:01 Author: felixonmars Revision: 323210
upgpkg: haskell-resource-pool 0.2.3.2-29 rebuild with ghc 8.4.2 Modified: haskell-resource-pool/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 20:08:27 UTC (rev 323209) +++ PKGBUILD 2018-05-16 20:09:01 UTC (rev 323210) @@ -5,12 +5,12 @@ _hkgname=resource-pool pkgname=haskell-resource-pool pkgver=0.2.3.2 -pkgrel=28 +pkgrel=29 pkgdesc="A high-performance striped resource pooling implementation" url="https://github.com/bos/pool" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-hashable" "haskell-monad-control" "haskell-stm" +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")
