[arch-commits] Commit in haskell-mutable-containers/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 22 18:40:45 UTC 2021
Date: Thursday, April 22, 2021 @ 18:40:44
Author: felixonmars
Revision: 921468
upgpkg: haskell-mutable-containers 0.3.4-125: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-mutable-containers/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-22 18:39:57 UTC (rev 921467)
+++ PKGBUILD 2021-04-22 18:40:44 UTC (rev 921468)
@@ -2,7 +2,7 @@
_hkgname=mutable-containers
pkgname=haskell-mutable-containers
pkgver=0.3.4
-pkgrel=124
+pkgrel=125
pkgdesc='Abstactions and concrete implementations of mutable containers'
arch=(x86_64)
url="https://hackage.haskell.org/package/$_hkgname"
@@ -28,7 +28,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list