Date: Monday, June 7, 2021 @ 01:50:58 Author: felixonmars Revision: 956800
upgpkg: haskell-singletons 3.0-2: rebuild with ghc 8.10.5 Modified: haskell-singletons/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-07 01:50:23 UTC (rev 956799) +++ PKGBUILD 2021-06-07 01:50:58 UTC (rev 956800) @@ -3,7 +3,7 @@ _hkgname=singletons pkgname=haskell-singletons pkgver=3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Basic singleton types and definitions" url="https://github.com/goldfirere/singletons" license=('BSD') @@ -28,7 +28,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
