Date: Thursday, October 6, 2022 @ 00:26:24 Author: felixonmars Revision: 1321746
upgpkg: haskell-incremental-parser 0.5.0.4-3: rebuild with monoid-subclasses 1.2 Modified: haskell-incremental-parser/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-06 00:21:34 UTC (rev 1321745) +++ PKGBUILD 2022-10-06 00:26:24 UTC (rev 1321746) @@ -4,7 +4,7 @@ _hkgname=incremental-parser pkgname=haskell-incremental-parser pkgver=0.5.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="Generic parser library capable of providing partial results from partial input." url="https://hackage.haskell.org/package/${_hkgname}" license=('GPL') @@ -11,11 +11,16 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-input-parsers' 'haskell-monoid-subclasses' 'haskell-parsers' 'haskell-rank2classes') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty' +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('70362d214957e26791d61083f67cb2c54f72d37f1a7c7dbc6f7263976371289d4d292f7ecfff24c486a96d99a706d9185e50350c5da8839aca31eebbfb1a7d5d') +prepare() { + cd $_hkgname-$pkgver + uusi -u monoid-subclasses $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
