Date: Thursday, August 13, 2020 @ 12:59:23 Author: felixonmars Revision: 677230
upgpkg: haskell-recursion-schemes 5.2-1: rebuild with recursion-schemes 5.2 Modified: haskell-recursion-schemes/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-13 12:53:41 UTC (rev 677229) +++ PKGBUILD 2020-08-13 12:59:23 UTC (rev 677230) @@ -2,22 +2,18 @@ _hkgname=recursion-schemes pkgname=haskell-recursion-schemes -pkgver=5.1.3 -pkgrel=19 +pkgver=5.2 +pkgrel=1 pkgdesc="Representing common recursion patterns as higher-order functions" url="https://github.com/ekmett/recursion-schemes" license=('BSD') arch=('x86_64') -depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-free' 'haskell-th-abstraction') +depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-data-fix' 'haskell-free' + 'haskell-th-abstraction') makedepends=('ghc' 'haskell-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('8ab0c0418850e82d72a17d818a193726340e33abfe9af32878f0e4a53ace50505d84b03bde05177fa1acb2e33b8d8277965cd6c7bc06cb06f49f340d11e5ac8f') +sha512sums=('eb30ec4bef3e38ef2d33d7be85e90f193da3d4b5024a20d5b965bb43e03c4d9a95fc3f1cf56c1686f88b295d3d6459f0c421d57e0eb205454aad9f0ee12dda37') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *2.15/<3/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
