[arch-commits] Commit in haskell-aeson-yaml/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 23 11:01:21 UTC 2021
Date: Friday, April 23, 2021 @ 11:01:21
Author: felixonmars
Revision: 922257
upgpkg: haskell-aeson-yaml 1.1.0.0-142: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-aeson-yaml/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-23 11:00:33 UTC (rev 922256)
+++ PKGBUILD 2021-04-23 11:01:21 UTC (rev 922257)
@@ -3,7 +3,7 @@
_hkgname=aeson-yaml
pkgname=haskell-aeson-yaml
pkgver=1.1.0.0
-pkgrel=141
+pkgrel=142
pkgdesc="Output any Aeson value as YAML (pure Haskell library)"
url="https://github.com/clovyr/aeson-yaml"
license=('BSD')
@@ -34,7 +34,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list