[arch-commits] Commit in haskell-bytestring-tree-builder/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 22 22:43:21 UTC 2021
Date: Thursday, April 22, 2021 @ 22:43:20
Author: felixonmars
Revision: 921869
upgpkg: haskell-bytestring-tree-builder 0.2.7.9-4: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-bytestring-tree-builder/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-22 22:42:36 UTC (rev 921868)
+++ PKGBUILD 2021-04-22 22:43:20 UTC (rev 921869)
@@ -4,7 +4,7 @@
_hkgname=bytestring-tree-builder
pkgname=haskell-bytestring-tree-builder
pkgver=0.2.7.9
-pkgrel=3
+pkgrel=4
pkgdesc="A very efficient ByteString builder implementation based on the binary tree"
url="https://github.com/nikita-volkov/bytestring-tree-builder"
license=("MIT")
@@ -30,7 +30,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list