Date: Monday, June 7, 2021 @ 00:05:01 Author: felixonmars Revision: 956724
upgpkg: haskell-pretty-hex 1.1-7: rebuild with ghc 8.10.5 Modified: haskell-pretty-hex/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-07 00:04:33 UTC (rev 956723) +++ PKGBUILD 2021-06-07 00:05:01 UTC (rev 956724) @@ -3,7 +3,7 @@ _hkgname=pretty-hex pkgname=haskell-pretty-hex pkgver=1.1 -pkgrel=6 +pkgrel=7 pkgdesc="A library for hex dumps of ByteStrings" url="https://github.com/GaloisInc/hexdump" license=('BSD') @@ -28,7 +28,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
