Date: Saturday, October 17, 2020 @ 09:17:15 Author: felixonmars Revision: 725251
upgpkg: haskell-recursion-schemes 5.2-18: rebuild with th-abstraction 0.4.0.0 Modified: haskell-recursion-schemes/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-17 08:02:06 UTC (rev 725250) +++ PKGBUILD 2020-10-17 09:17:15 UTC (rev 725251) @@ -3,7 +3,7 @@ _hkgname=recursion-schemes pkgname=haskell-recursion-schemes pkgver=5.2 -pkgrel=17 +pkgrel=18 pkgdesc="Representing common recursion patterns as higher-order functions" url="https://github.com/ekmett/recursion-schemes" license=('BSD') @@ -10,10 +10,14 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-data-fix' 'haskell-free' 'haskell-th-abstraction') -makedepends=('ghc' 'haskell-hunit') +makedepends=('ghc' 'uusi' 'haskell-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('eb30ec4bef3e38ef2d33d7be85e90f193da3d4b5024a20d5b965bb43e03c4d9a95fc3f1cf56c1686f88b295d3d6459f0c421d57e0eb205454aad9f0ee12dda37') +prepare() { + uusi $_hkgname-$pkgver/$_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
