Date: Thursday, June 17, 2021 @ 16:24:07 Author: felixonmars Revision: 964638
upgpkg: haskell-broadcast-chan 0.2.1.1-7: rebuild with ghc 9.0.1 Modified: haskell-broadcast-chan/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-17 16:05:28 UTC (rev 964637) +++ PKGBUILD 2021-06-17 16:24:07 UTC (rev 964638) @@ -3,16 +3,21 @@ _hkgname=broadcast-chan pkgname=haskell-broadcast-chan pkgver=0.2.1.1 -pkgrel=6 +pkgrel=7 pkgdesc="Closable, fair, single-wakeup channel type that avoids 0 reader space leaks" url="https://github.com/merijn/broadcast-chan" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-unliftio-core') -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('0484a81b5bfc53ad9513f97bf0c0fe6e1b894eac19dcd1cdf7bbd67930ac21dd702b70a78460bf3518ebadfb27cf03cd0d57200ef868803dd69d26f0fd880eb7') +prepare() { + cd $_hkgname-$pkgver + uusi -u base $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
