Date: Sunday, June 6, 2021 @ 22:38:02 Author: felixonmars Revision: 956457
upgpkg: haskell-io-storage 0.3-10: rebuild with ghc 8.10.5 Modified: haskell-io-storage/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-06 22:37:37 UTC (rev 956456) +++ PKGBUILD 2021-06-06 22:38:02 UTC (rev 956457) @@ -3,7 +3,7 @@ _hkgname=io-storage pkgname=haskell-io-storage pkgver=0.3 -pkgrel=9 +pkgrel=10 pkgdesc="A key-value store in the IO monad" url="https://github.com/willdonnelly/io-storage" license=('BSD') @@ -28,7 +28,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
