Date: Saturday, April 4, 2020 @ 01:44:22 Author: felixonmars Revision: 611483
upgpkg: haskell-th-expand-syns 0.4.6.0-1: rebuild with th-expand-syns 0.4.6.0 Modified: haskell-th-expand-syns/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-04 01:18:39 UTC (rev 611482) +++ PKGBUILD 2020-04-04 01:44:22 UTC (rev 611483) @@ -2,8 +2,8 @@ _hkgname=th-expand-syns pkgname=haskell-th-expand-syns -pkgver=0.4.5.0 -pkgrel=4 +pkgver=0.4.6.0 +pkgrel=1 pkgdesc="Expands type synonyms in Template Haskell ASTs" url="https://hackage.haskell.org/package/th-expand-syns" license=('BSD') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-syb') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('4e72ec26dbe875c3d664b94d7892001af835794f04bec83ff05952c3b9ea9b9de242cee5c713671213479bce4cfae3d0d6172a581e7fff58923688624dd493bd') +sha512sums=('93c4516052b2130a189c72fe5ca99e44ffdb4937f6a8afd8c192ba24a7002bd45865992cebf44c5c9d6ddfd9f67a1d7d73633e7521c4a9828a0defee627e89b5') build() { cd $_hkgname-$pkgver
