Date: Thursday, April 22, 2021 @ 20:03:22 Author: felixonmars Revision: 921608
upgpkg: haskell-type-errors-pretty 0.0.1.1-66: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-type-errors-pretty/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 20:02:44 UTC (rev 921607) +++ PKGBUILD 2021-04-22 20:03:22 UTC (rev 921608) @@ -3,7 +3,7 @@ _hkgname=type-errors-pretty pkgname=haskell-type-errors-pretty pkgver=0.0.1.1 -pkgrel=65 +pkgrel=66 pkgdesc="Combinators for writing pretty type errors easily" url="https://github.com/chshersh/type-errors-pretty" license=('MPL2') @@ -34,7 +34,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
